Notification Subscription
POST/v1/notify_on_job_status
Use this endpoint to register a callback url to be notified when a job has an update.
The callback will trigger in two cases:
-
When an upload operation is complete via the
/create_upload_sessionendpoint and the job needs to approved to start processing. -
When a job has completed processing and the results are ready to be downloaded.
The callback will be a POST request with body as a JobReport object.
Note: This endpoint is optional. You can use /job_result endpoint to receive the same information.
Request
Responses
- 200
- 400
- 401
- 404
- 422
- 429
Successful Response
Bad Request
Unauthorized
Not Found
Validation Error
Too Many Requests