Create Download Link
media
Create Download Link
Mint a short-lived signed download token for this asset (caller must own it via RLS).
External download managers / accelerators run outside the browser and don’t carry the session
cookie, so they hit a 401 and pop their own (useless) Basic-auth prompt. A signed token lets them
authenticate via the query string: …/assets/{id}/content?download=1&token=<token>. The token
binds and expires in 24h. The browser’s own cookie download is unaffected.
POST
Create Download Link
Path Parameters
Response
Successful Response
The response is of type Response Create Download Link Api V1 Assets Public Id Download Link Post · object.