Skip to content
Get started

Download

Request Batch
client.assets.download.requestBatch(DownloadRequestBatchParams { options, query } body, RequestOptionsoptions?): DownloadRequestBatchResponse { jobId }
POST/assets/download
Get Status
client.assets.download.getStatus(stringjobID, RequestOptionsoptions?): DownloadGetStatusResponse { jobId, jobStatus, downloadUrl }
GET/assets/download/{jobId}
Request
client.assets.download.request(stringassetID, DownloadRequestParams { targetFormat } body, RequestOptionsoptions?): DownloadRequestResponse { url }
POST/assets/{assetId}/download
ModelsExpand Collapse
DownloadRequestBatchResponse { jobId }
jobId: string

The job id associated with the download request

DownloadGetStatusResponse { jobId, jobStatus, downloadUrl }
jobId: string

The job id associated with the download request

jobStatus: string

The current job status

downloadUrl?: string

The download url

DownloadRequestResponse { url }
url: string

The signed URL to download the asset in the given format