Computer vision / built-in fixture
Vision job preview
A safe first-party endpoint that validates a small job description and returns a sample queue receipt. No image is uploaded or processed.
POST
/api/demo/vision-jobPOST
/api/demo/vision-jobJSON only. Do not paste keys, tokens, customer data, or private URLs.
Response
200 fixture preview
{
"accepted": true,
"job_id": "job_demo_018",
"state": "queued",
"estimated_start_ms": 240,
"fixture": true
}Use this request in a terminal
curl -X POST https://demoapi.org/api/demo/vision-job \
+ -H "Content-Type: application/json" \
+ -d '{ "image_name": "line-4-part-018.jpg", "task": "surface-defect-check", "priority": "normal" }'| Field | Type | Rule |
|---|---|---|
image_name | string | File name only, 1–120 characters. |
task | enum | surface-defect-check or label-read. |
priority | enum | low, normal, or high. |