Get Download URL
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_id
The unique identifier of the job
Response
OK
method
HTTP method to use for the download (e.g. GET).
url
Presigned URL to download the job output from.
expires_at
Timestamp after which the download URL is no longer valid.
headers
Headers that must be sent with the download request.
Errors
404
Not Found Error
409
Conflict Error