ProcessImage
Response-body reference for POST /process_image.
Example
{
"success": true,
"message": null,
"data": {
"detections": [],
"image": "<base64 image>"
}
}
Fields
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates whether the request succeeded. |
message | string | Optional server message. |
data.detections | Detection[] | Detection results for the supplied image. |
data.image | string | Optional annotated image. |