GET
/jobs/{job_id} Poll job status and retrieve analysis results including scoring, entity attribution, and confidence.
Loading...
Polling tip: Most analyses complete in 3-8 seconds. Poll every 2 seconds until
status reaches a terminal state —
"completed",
"partial", or
"failed".
Stop polling once any of these is returned, otherwise a client can loop indefinitely.
Alternatively, use a callback_url on
POST /analyze to receive a webhook.