Version 1.0
Connector Overview: This page documents all 10 actions for the Claudeaiconnector v1.0.
Batch Messages (6)
POST Cancel message batch
/messages/batches/{msg_batch_id}/cancel
Cancel message batch
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The content type of the request payload sent to the API (e.g. application/json). |
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Additional query string name/value pairs to append to the request URL. |
|
|
The unique identifier of the message batch to cancel. |
|
|
The version of the Anthropic API to use for the request. |
|
|
The response format expected from the API (e.g. application/json). |
POST Create message batch
/messages/batches
Create message batch
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The content type of the request payload sent to the API (e.g. application/json). |
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Additional query string name/value pairs to append to the request URL. |
|
|
The version of the Anthropic API to use for the request. |
|
|
The response format expected from the API (e.g. application/json). |
DELETE Delete message batch
/messages/batches/{msg_batch_id}
Delete message batch
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The content type of the request payload sent to the API (e.g. application/json). |
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Additional query string name/value pairs to append to the request URL. |
|
|
The unique identifier of the message batch to delete. |
|
|
The version of the Anthropic API to use for the request. |
|
|
The response format expected from the API (e.g. application/json). |
GET Get message batch
/messages/batches/{msg_batch_id}
Get message batch
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The content type of the request payload sent to the API (e.g. application/json). |
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Additional query string name/value pairs to append to the request URL. |
|
|
The unique identifier of the message batch to retrieve. |
|
|
The version of the Anthropic API to use for the request. |
|
|
The response format expected from the API (e.g. application/json). |
GET Get message batch result
/messages/batches/{msg_batch_id}/results
Get message batch result
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The content type of the request payload sent to the API (e.g. application/json). |
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Additional query string name/value pairs to append to the request URL. |
|
|
The unique identifier of the message batch whose results to fetch. |
|
|
The version of the Anthropic API to use for the request. |
|
|
The response format expected from the API (e.g. application/json). |
GET List message batches
/messages/batches
List message batches
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The content type of the request payload sent to the API (e.g. application/json). |
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Additional query string name/value pairs to append to the request URL. |
|
|
The version of the Anthropic API to use for the request. |
|
|
The response format expected from the API (e.g. application/json). |
Messages (2)
POST Count message tokens
/messages/count_tokens
Count message tokens
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The content type of the request payload sent to the API (e.g. application/json). |
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Additional query string name/value pairs to append to the request URL. |
|
|
The version of the Anthropic API to use for the request. |
|
|
The response format expected from the API (e.g. application/json). |
Options (1)
|
Option Name |
Description |
|---|---|
|
|
The model identifier to use for token counting. |
POST Single user message
/messages
Single user message
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The content type of the request payload sent to the API (e.g. application/json). |
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Additional query string name/value pairs to append to the request URL. |
|
|
The version of the Anthropic API to use for the request. |
|
|
The response format expected from the API (e.g. application/json). |
Options (2)
|
Option Name |
Description |
|---|---|
|
|
The model identifier to use for generating the response. |
|
|
The maximum number of tokens to generate in the response. |
Models (2)
GET Get model
/models/claude-3-5-sonnet-latest
Get model
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The content type of the request payload sent to the API (e.g. application/json). |
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Additional query string name/value pairs to append to the request URL. |
|
|
The version of the Anthropic API to use for the request. |
|
|
The response format expected from the API (e.g. application/json). |
GET List models
/models
List models
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The content type of the request payload sent to the API (e.g. application/json). |
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Additional query string name/value pairs to append to the request URL. |
|
|
The version of the Anthropic API to use for the request. |
|
|
The response format expected from the API (e.g. application/json). |