> ## Documentation Index
> Fetch the complete documentation index at: https://docs.arouter.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# メッセージバッチを作成

> Anthropic 互換のメッセージバッチ API エンドポイント。

<RequestExample>
  ```bash cURL theme={null}
  curl https://api.arouter.ai/v1/messages/batches \
    -H "X-Api-Key: lr_live_xxxx" \
    -H "Content-Type: application/json" \
    -H "anthropic-version: 2023-06-01" \
    -d '{...}'
  ```
</RequestExample>
