Skip to content
Get started

Download

Request Batch
assets.download.request_batch(DownloadRequestBatchParams**kwargs) -> DownloadRequestBatchResponse
POST/assets/download
Get Status
assets.download.get_status(strjob_id) -> DownloadGetStatusResponse
GET/assets/download/{jobId}
Request
assets.download.request(strasset_id, DownloadRequestParams**kwargs) -> DownloadRequestResponse
POST/assets/{assetId}/download
ModelsExpand Collapse
class DownloadRequestBatchResponse:
job_id: str

The job id associated with the download request

class DownloadGetStatusResponse:
job_id: str

The job id associated with the download request

job_status: str

The current job status

download_url: Optional[str]

The download url

class DownloadRequestResponse:
url: str

The signed URL to download the asset in the given format