Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.bitgpt.xyz/llms.txt

Use this file to discover all available pages before exploring further.

To interact with the API you must authenticate each request using an API key to ensures all requests are linked to your organization.

API base URL

All requests must be sent to https://api.bitgpt.xyz

Required headers

You must include your API key in the Authorization header of every request:
Authorization: YOUR_API_KEY
Requests must be made over HTTPS.

Example: /auth/debug_token Endpoint

Use the /auth/debug_token endpoint to debug your authenticated request
cURL
curl -X GET https://api.bitgpt.xyz/auth/debug_token \
  -H "Authorization: Bearer YOUR_API_KEY"