Skip to main content

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:

  1. When an upload operation is complete via the /create_upload_session endpoint and the job needs to approved to start processing.

  2. 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

Successful Response

Callbacks

POST 

:callback_url

Callbacks Responses

Successful Response