Skip to main content
API tokens provide long-lived authentication for scripts and integrations.

Generate Token

Create a new API token.

Request

Response

The token value is only shown once. Store it securely as it cannot be retrieved later.

List Tokens

Get all API tokens for your account.

Request

Response

The token value is not included in the list response for security.

Revoke Token

Delete a token to revoke its access.

Request

Response


Using API Tokens

Use API tokens with the /api/v1/upload endpoint:

Best Practices

Name tokens based on their purpose (e.g., “GitHub Action”, “Backup Script”)
Generate new tokens periodically and revoke old ones
Create separate tokens for different integrations so you can revoke individually
Use environment variables or secret management tools