About this endpoint
What it does
Uploads an image file for processing and returns either a presigned S3 URL for the pixelized image or a message explaining why no output URL was produced.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | Image file to process. Supported formats: JPEG, PNG, GIF. Binary file upload. |
Response
Returns one of two JSON object shapes on success: either an object with a url string field containing a URI, or an object with a message string field. The schema does not define a single shared wrapper or a success status code.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | No | Presigned S3 URL for the processed image. Format: URI. |
| message | String | No | Message returned when no faces are detected in the provided image. |