Claude
Anthropic's Claude AI assistant API for natural language processing and conversation.
APIs
Claude Messages API
Primary API for sending messages to Claude and receiving responses.
Claude Message Batches API
API for asynchronously processing large volumes of message requests at reduced cost with 50 percent discount.
Claude Models API
API for listing and retrieving metadata about available Claude models including capabilities and context windows.
Claude Files API
API for uploading and managing files to reference in Claude API requests without re-uploading content each time.
Claude Admin API
API for programmatically managing organization resources including members workspaces API keys and invites.
Claude Usage and Cost API
API for tracking token consumption and costs across your organization with breakdowns by model workspace and service tier.
Claude Text Completions API
Legacy API for generating text completions - deprecated in favor of the Messages API.
Collections
Claude Messages API
POSTMANClaude Messages API
OPENArazzo Workflows
Claude Analyze Document From URL
Count tokens for a URL-referenced document, then ask Claude a question about it.
ARAZZOClaude Batch Process and Retrieve Results
Submit a message batch, poll until it ends, then retrieve the JSONL results.
ARAZZOClaude Cancel and Delete Batch
Submit a batch, request cancellation, poll until it ends, then delete it.
ARAZZOClaude Count Tokens Then Create Message
Pre-flight a prompt through token counting before sending it to the Messages API.
ARAZZOClaude Find Latest Batch Results
List recent message batches, inspect the most recent one, and retrieve its results if it has ended.
ARAZZOClaude Multi-Turn Conversation
Send a first user turn, then continue the conversation with a follow-up that includes the assistant's reply.
ARAZZOClaude Select Model and Create Message
Discover an available Claude model, confirm its metadata, then generate a message with it.
ARAZZOClaude Tool Use Round Trip
Offer the model a tool, capture its tool_use request, then return a tool_result for a final answer.
ARAZZOPricing Plans
Rate Limits
FinOps
Claude Finops
FINOPSFeatures
Maintain context across multiple message exchanges for natural dialogue interactions.
Enable Claude to call external tools and functions to perform actions and retrieve data.
Process and analyze images alongside text for multimodal understanding.
Allow Claude to reason step-by-step for complex tasks with visible thinking process.
Receive responses in real-time via server-sent events for responsive user experiences.
Process large volumes of requests asynchronously at 50 percent reduced cost.
Pre-calculate token usage for messages including tools, images, and documents.
Use Cases
Build conversational interfaces with context-aware responses and tool integration.
Generate, edit, and transform text content for marketing, documentation, and creative writing.
Use Claude for code generation, review, debugging, and technical documentation.
Extract information, summarize, and answer questions about documents and images.
Process large datasets of prompts efficiently using the Message Batches API.
Integrations
Access Claude models through AWS Bedrock for enterprise deployment with AWS infrastructure.
Use Claude on Google Cloud through Vertex AI integration.
Integrate Claude into LangChain pipelines for advanced AI application development.
Connect Claude to external data sources and tools via the Model Context Protocol.