Skip to main content
POST
/
v1
/
jobs
/
{packageId}
/
complete
Complete a job
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."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

packageId
string
required

The package ID of the job to complete.

Response

Job upload completed. Processing will begin.

status
string
Example:

"completed"

message
string
Example:

"Job upload completed. You can now wait for the processing to finish."