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 POST \ --url https://api.qclawrouter.com/v1/token
通过 API 创建新的访问令牌
curl -X POST https://api.qclawrouter.com/v1/token \ -H "Authorization: Bearer sk-your-admin-api-key" \ -H "Content-Type: application/json" \ -d '{ "name": "my-token", "quota": 1000000 }'
{ "id": 1, "name": "my-token", "key": "sk-xxxxxxxxxxxx", "quota": 1000000, "created_time": 1677652288 }