Submit a prediction job
Start an asynchronous segmentation job for a ready image.
Returns immediately with a job_id; the segmentation runs on a GPU worker.
Poll GET /job/{job_id} until it is COMPLETED, then read the
segmentation_id off that response. Starting a job counts against your
plan’s monthly analysis quota (402 when exceeded). The image_id and
model_id are org-scoped: an id outside your organization returns 404.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Response
Successful Response
The acknowledgement returned when a job is accepted onto the queue.
status is submitted for a fresh job or skipped when an identical job
is already running. Poll GET /job/{job_id} for progress.