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-job
live request / safe fixture same origin
POST/api/demo/vision-job

JSON 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" }'
FieldTypeRule
image_namestringFile name only, 1–120 characters.
taskenumsurface-defect-check or label-read.
priorityenumlow, normal, or high.