Get a short-lived signed URL for the file
GET/api/v1/musiccompanion/assets/:id/download
Signs a read URL for the asset, the same way the product UI streams audio and displays artwork. The URL expires; request a fresh one per use rather than storing it.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
- 500
The signed URL and its expiry.
Invalid request.
Missing or invalid bearer token.
The token lacks the required permission.
No asset with that id.
The asset has no online storage location to read from (asset_not_online).
Rate limit exceeded. Retry after the period in the Retry-After header.
Unexpected server error.