Create scoped download token
Generates a scoped, time-limited download token for a specific artifact. The token can be shared with external users who don't have an account.
create_scoped_download_tokenGenerates a scoped, time-limited download token for a specific artifact. The token can be shared with external users who don't have an account.
Authorization
bearer_auth In: header
Path Parameters
Artifact ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/v1/artifacts/string/scoped-token" \ -H "Content-Type: application/json" \ -d '{}'{ "download_url": "string", "expires_at": 0, "id": "string", "prefix": "string", "single_use": true, "token": "string"}Download via scoped token from the versioned route GET
Resolves a time-limited path token and redirects to the backing storage URL. The token is the authorization; no session bearer token is used.
List scoped download tokens GET
Lists all scoped download tokens for a specific artifact, including expired and revoked ones.