cURL
curl --request GET \ --url https://api.contextual.ai/v1/extract/jobs/{job_id}/stream \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Resume streaming events for an existing extraction job.
This endpoint:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?