Skip to content
Get started

Download

Get Status
GET/assets/download/{jobId}
Request
POST/assets/{assetId}/download
Request Batch
POST/assets/download
ModelsExpand Collapse
DownloadGetStatusResponse object { jobId, jobStatus, downloadUrl }
jobId: string

The job id associated with the download request

jobStatus: string

The current job status

downloadUrl: optional string

The download url

DownloadRequestResponse object { url }
url: string

The signed URL to download the asset in the given format

DownloadRequestBatchResponse object { jobId }
jobId: string

The job id associated with the download request