For the complete documentation index, see llms.txt. This page is also available as Markdown.

Action: Send Message Batch

Claude AI Operation

Send a batch of message to Claude AI

Example User Story

As a user, I want to send a batch of messages to the Claude API so that I can efficiently process multiple requests in a single operation.

Fields

Field Name
Field Type
Required

messages

Array

Yes

model

String

No

max_tokens

Integer

No

responses

Array

-

status

String

-

Example link

Code (Apache v2.0): Operation

Last updated