GETPro+
/api/v1/models/{model_id}/assets/{asset_id}/download

Download 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

NameTypPflichtfeldStandardBeschreibung
asset_idString (UUID)[Download Asset] UUID of the asset whose file should be downloaded. Path parameter.
model_idString (UUID)[Download Asset] UUID of the model. Path parameter.
asset_idString (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