Get Download URL

View as Markdown

Creates a download URL for a completed job’s output. Download the output using the returned method, url and headers before expires_at.

Requesting a download URL before the job reaches a terminal status returns 409.

Authentication

api-subscription-keystring
API Key authentication via header

Path parameters

job_idstringRequired
The unique identifier of the job

Response

OK
methodstring

HTTP method to use for the download (e.g. GET).

urlstring
Presigned URL to download the job output from.
expires_atstring
Timestamp after which the download URL is no longer valid.
headersmap from strings to strings
Headers that must be sent with the download request.

Errors

404
Not Found Error
409
Conflict Error