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/responses
OpenAI 新一代 Agentic API,支持函数调用、内置工具
curl https://api.qclawrouter.com/v1/responses \ -H "Authorization: Bearer sk-your-api-key" \ -H "Content-Type: application/json" \ -d '{ "model": "gpt-5-pro-official", "input": "Hello!" }'