Run a prediction
Start an asynchronous segmentation of a ready image.
Returns immediately with a prediction_id; the segmentation itself runs on a
GPU worker. Poll GET /predict/{prediction_id} until status is
COMPLETED, then read segmentation_id off that response and hand it to the
/export/* endpoints. Each run 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
Acknowledgement that a prediction was queued. status is submitted for
a fresh run, or skipped when an identical prediction is already in
flight — in both cases prediction_id is the one to poll.