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.
cURL
curl --request GET \ --url https://api.shuyou.ai/v1/credits \ --header 'Authorization: Bearer <token>'
{ "data": { "total_credits": 100, "total_usage": 25, "balance": 75 } }
通过 GET /v1/credits 查询账户 credits 余额。
data.total_credits
data.total_usage
data.balance
total_credits
total_usage
Authorization: Bearer YOUR_API_KEY
账户余额响应
Show child attributes