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.
基于 2026-03-23 Crazyrouter 生产环境验证的 Claude PDF 输入
更新日期:2026-06-06
POST /v1/messages
claude-opus-4-8
curl https://api.crazyrouter.com/v1/messages \ -H "Content-Type: application/json" \ -H "x-api-key: YOUR_API_KEY" \ -H "anthropic-version: 2023-06-01" \ -d '{ "model": "claude-opus-4-8", "max_tokens": 512, "messages": [ { "role": "user", "content": [ { "type": "document", "source": { "type": "base64", "media_type": "application/pdf", "data": "JVBERi0xLjQK..." } }, { "type": "text", "text": "Summarize the document in one sentence." } ] } ] }'
{ "model": "claude-opus-4-8", "content": [ { "type": "text", "text": "The document is a simple Crazyrouter PDF test document..." } ] }