Claude · Schema

CreateMessageBatchRequest

Artificial IntelligenceChatbotConversational AIGenerative AILarge Language ModelsMachine LearningNatural Language Processing

Properties

Name Type Description
requests array Array of batch request objects. Each contains a custom_id and params.
View JSON Schema on GitHub

JSON Schema

claude-messages-create-message-batch-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateMessageBatchRequest",
  "type": "object",
  "properties": {
    "requests": {
      "type": "array",
      "description": "Array of batch request objects. Each contains a custom_id and params."
    }
  }
}