cURL
curl --request POST \ --url https://demands-api.tavrn.ai/v1/jobs/{packageId}/complete \ --header 'Authorization: Bearer <token>'
{ "status": "completed", "message": "Job upload completed. You can now wait for the processing to finish." }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The package ID of the job to complete.
Job upload completed. Processing will begin.
"completed"
"Job upload completed. You can now wait for the processing to finish."