message-batches-api

Installation
SKILL.md

Message Batches API

Overview

The Message Batches API processes large volumes of Claude requests asynchronously at 50% of standard API cost. Ideal for bulk classification, extraction, scoring, and review tasks where latency tolerance allows batch processing.

Core Workflow

Create batch -> Poll status -> Retrieve results
     |              |               |
  POST /batches   GET /batches/{id}  GET /batches/{id}/results

Creating a Batch

import anthropic
import json
Installs
1
GitHub Stars
2
First Seen
Jul 15, 2026
Security Audits
message-batches-api — lua2147/claude-toolkit-catalog