Image Analysis

The image classification endpoint accepts JPEG, PNG, and WebP files up to 10MB. Images are resized to 224×224 and analyzed by our neural detection model.

Endpoint

POST /classify
Content-Type: multipart/form-dataX-API-Key: your_api_keyBody: image (file)

Response

Returns a jobId immediately. Poll GET /result/:jobId for classification results containing labels and confidence scores.