Skip to main content

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.

Obtain anonymous credentials to access public resources without a user account.

GET /auth/core/anonymous

Response

ParameterTypeDescription
access_tokenstringShort-lived anonymous JWT access token.
refresh_tokenstringLong-lived anonymous JWT refresh token.
expires_atintegerTimestamp (ms) when the access token expires.

Example

curl -X GET https://api.blobhub.io/auth/core/anonymous