Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
用 API 密钥进行请求鉴权
Authorization: Bearer <你的 API 密钥>
curl https://tokendog.io/v1/chat/completions \ -H "Authorization: Bearer $TOKENDOG_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"gpt-5","messages":[{"role":"user","content":"ping"}]}'
401/403