{ "opencollection": "1.0.0", "info": { "name": "Anthropic Claude Messages Message Batches API", "version": "2023-06-01" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Message Batches", "type": "folder" }, "items": [ { "info": { "name": "List Message Batches", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/messages/batches", "headers": [ { "name": "anthropic-version", "value": "" } ], "params": [ { "name": "before_id", "value": "", "type": "query" }, { "name": "after_id", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List Message Batches in the workspace." }, { "info": { "name": "Create a Message Batch", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/messages/batches", "headers": [ { "name": "anthropic-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submit a batch of Messages requests for asynchronous processing." }, { "info": { "name": "Retrieve a Message Batch", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/messages/batches/:message_batch_id", "headers": [ { "name": "anthropic-version", "value": "" } ], "params": [ { "name": "message_batch_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a Message Batch" }, { "info": { "name": "Cancel a Message Batch", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/messages/batches/:message_batch_id/cancel", "headers": [ { "name": "anthropic-version", "value": "" } ], "params": [ { "name": "message_batch_id", "value": "", "type": "path" } ] }, "docs": "Cancel a Message Batch" }, { "info": { "name": "Retrieve Message Batch results", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/messages/batches/:message_batch_id/results", "headers": [ { "name": "anthropic-version", "value": "" } ], "params": [ { "name": "message_batch_id", "value": "", "type": "path" } ] }, "docs": "Stream the JSONL results of an ended Message Batch." } ] } ], "bundled": true }