Connect to Claude AI services powered by Anthropic for advanced language processing, conversation capabilities, and intelligent text generation.
Use Claude as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.
No triggers available
Send a structured list of input messages with text and/or image content to Claude models, and the model will generate the next message in the conversation. Supports the latest Claude 4 models.
Count the number of tokens in a Message, including tools, images, and documents, without creating it.
List available models. More recently released models are listed first.
Get information about a specific Claude model or resolve a model alias to a model ID. Use model aliases (e.g., claude-sonnet-4) for latest versions or specific snapshots for consistent behavior.
Send a batch of Message creation requests. Batches can take up to 24 hours to complete and can process up to 10,000 requests.
Retrieve the status and details of a Message Batch. This endpoint is idempotent and can be used to poll for batch completion.
Streams the results of a Message Batch as a .jsonl file. Each line contains the result of a single request. Results are not guaranteed to be in the same order as requests - use custom_id to match results to requests.
List all Message Batches within a Workspace. Most recently created batches are returned first. Supports cursor-based pagination.
Cancel a Message Batch before processing ends. Once cancellation is initiated, the batch enters a "canceling" state. Note that cancellation may not result in any canceled requests if they were non-interruptible.
Delete a Message Batch. Message Batches can only be deleted once they've finished processing. If you'd like to delete an in-progress batch, you must first cancel it.
Upload a file to Claude. Supports various file formats including PDFs, images, and documents for use with Claude AI models.
List files within a workspace. Returns paginated results with file metadata including ID, filename, size, MIME type, and creation date.
Retrieve detailed metadata about a specific file including filename, size, MIME type, creation date, and downloadable status.
Make a file inaccessible through the API. This permanently removes the file from your Claude workspace and cannot be undone.
Retrieve information about the current organization including organization ID, name, and type. Requires Admin API key.
Generate a prompt for a model using Claude's experimental prompt tools. ⚠️ EXPERIMENTAL: Requires special preview access and may not be available to all users.
Improve an existing prompt using Claude's experimental prompt tools. ⚠️ EXPERIMENTAL: Requires special preview access and may not be available to all users.
Convert a prompt into a reusable template with placeholders using Claude's experimental prompt tools. ⚠️ EXPERIMENTAL: Requires special preview access and may not be available to all users.