GETPro+
/api/v1/models/{model_id}/assets/{asset_id}/downloadDownload Asset
Download the file attached to an asset. Returns a 302 redirect to a short-lived presigned S3 URL — clients must follow redirects to fetch the binary. Returns 404 with code 'no_file' if the asset has no file attached.
AuthenticationBearer mpt_... or OAuth JWT
Plan RequirementPro+
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
asset_id | String (UUID) | ✓ | [Download Asset] UUID of the asset whose file should be downloaded. Path parameter. | |
model_id | String (UUID) | ✓ | [Download Asset] UUID of the model. Path parameter. | |
asset_id | String (UUID) | ✓ | [Download Asset] UUID of the asset whose file should be downloaded. Path parameter. |
Example Response
HTTP/1.1 302 Found Location: https://s3.example.com/...presigned... Cache-Control: no-cache