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.

API Keys

Retrieve or create yur API Key from the dashboard. Learn more about it here.
Your API key starts with sk_live for production and sk_test for our test environment (coming soon).
cURL
curl -X GET https://api.bitgpt.xyz/auth/debug_token \
  -H "Authorization: Bearer YOUR_API_KEY"