Documentation Index
Fetch the complete documentation index at: https://mintlify.com/diced/zipline/llms.txt
Use this file to discover all available pages before exploring further.
Get Token
GET /api/user/token
Retrieve your encrypted API token for uploading files and accessing the API.
Request
Response
Encrypted API token string. Use this token in the
Authorization header for API requests.Example Response
The token is encrypted using the server’s secret key. This is the token you should use for ShareX, uploaders, and other integrations.
Reset Token
PATCH /api/user/token
Generate a new API token. Warning: This will invalidate your existing token and break any integrations using it.
Request
Response
Updated user object with the new token
Encrypted token string for API authentication
Example Response