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.
AuthentifizierungBearer mpt_... or OAuth JWT
Plan-AnforderungPro+
Parameter
| Name | Typ | Pflichtfeld | Standard | Beschreibung |
|---|---|---|---|---|
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. |
Beispielantwort
HTTP/1.1 302 Found Location: https://s3.example.com/...presigned... Cache-Control: no-cache