Obtain anonymous credentials to access public resources without a user account.Documentation Index
Fetch the complete documentation index at: https://docs.blobhub.io/llms.txt
Use this file to discover all available pages before exploring further.
GET /auth/core/anonymous
Response
| Parameter | Type | Description |
|---|---|---|
access_token | string | Short-lived anonymous JWT access token. |
refresh_token | string | Long-lived anonymous JWT refresh token. |
expires_at | integer | Timestamp (ms) when the access token expires. |

