{ "opencollection": "1.0.0", "info": { "name": "Anthropic Claude Message Batches Messages API", "version": "2023-06-01" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Messages", "type": "folder" }, "items": [ { "info": { "name": "Create a Message", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/messages", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send a structured list of input messages with text and/or image content, and the model will generate the next message in the conversation." } ] } ], "bundled": true }