cURL
curl --request GET \ --url https://api.{region}.neo.veridox.ai/cases/{id}/progress/poll \ --header 'Authorization: Bearer <token>'
Returns progress events since the last event ID. Use this endpoint if SSE is not available in your environment. Supports Last-Event-ID pattern for resuming from last received event.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>