Skip to main content
POST
/
v1
/
responses
Responses API
curl --request POST \
  --url https://api.qclawrouter.com/v1/responses

Documentation Index

Fetch the complete documentation index at: https://docs.qclawrouter.com/llms.txt

Use this file to discover all available pages before exploring further.

说明

Responses API 是 OpenAI 的新一代接口,支持服务端多轮上下文管理。部分模型仅支持此格式,见模型一览

请求示例

cURL
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!"
  }'