Claudeaiconnector v1.0

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

Content Type

The content type of the request payload sent to the API (e.g. application/json).

headers

Additional HTTP header name/value pairs to include in the request.

queryParams

Additional query string name/value pairs to append to the request URL.

Msg Batch Id

The unique identifier of the message batch to cancel.

Anthropic-version

The version of the Anthropic API to use for the request.

Response Type

The response format expected from the API (e.g. application/json).

POST Create message batch

/messages/batches

Create message batch

Parameters

Parameter Name

Description

Content Type

The content type of the request payload sent to the API (e.g. application/json).

headers

Additional HTTP header name/value pairs to include in the request.

queryParams

Additional query string name/value pairs to append to the request URL.

Anthropic-version

The version of the Anthropic API to use for the request.

Response Type

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

Content Type

The content type of the request payload sent to the API (e.g. application/json).

headers

Additional HTTP header name/value pairs to include in the request.

queryParams

Additional query string name/value pairs to append to the request URL.

Msg Batch Id

The unique identifier of the message batch to delete.

Anthropic-version

The version of the Anthropic API to use for the request.

Response Type

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

Content Type

The content type of the request payload sent to the API (e.g. application/json).

headers

Additional HTTP header name/value pairs to include in the request.

queryParams

Additional query string name/value pairs to append to the request URL.

Msg Batch Id

The unique identifier of the message batch to retrieve.

Anthropic-version

The version of the Anthropic API to use for the request.

Response Type

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

Content Type

The content type of the request payload sent to the API (e.g. application/json).

headers

Additional HTTP header name/value pairs to include in the request.

queryParams

Additional query string name/value pairs to append to the request URL.

Msg Batch Id

The unique identifier of the message batch whose results to fetch.

Anthropic-version

The version of the Anthropic API to use for the request.

Response Type

The response format expected from the API (e.g. application/json).

GET List message batches

/messages/batches

List message batches

Parameters

Parameter Name

Description

Content Type

The content type of the request payload sent to the API (e.g. application/json).

headers

Additional HTTP header name/value pairs to include in the request.

queryParams

Additional query string name/value pairs to append to the request URL.

Anthropic-version

The version of the Anthropic API to use for the request.

Response Type

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

Content Type

The content type of the request payload sent to the API (e.g. application/json).

headers

Additional HTTP header name/value pairs to include in the request.

queryParams

Additional query string name/value pairs to append to the request URL.

Anthropic-version

The version of the Anthropic API to use for the request.

Response Type

The response format expected from the API (e.g. application/json).

Options (1)

Option Name

Description

Model

The model identifier to use for token counting.

POST Single user message

/messages

Single user message

Parameters

Parameter Name

Description

Content Type

The content type of the request payload sent to the API (e.g. application/json).

headers

Additional HTTP header name/value pairs to include in the request.

queryParams

Additional query string name/value pairs to append to the request URL.

Anthropic-version

The version of the Anthropic API to use for the request.

Response Type

The response format expected from the API (e.g. application/json).

Options (2)

Option Name

Description

Model

The model identifier to use for generating the response.

Max Tokens

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

Content Type

The content type of the request payload sent to the API (e.g. application/json).

headers

Additional HTTP header name/value pairs to include in the request.

queryParams

Additional query string name/value pairs to append to the request URL.

Anthropic-version

The version of the Anthropic API to use for the request.

Response Type

The response format expected from the API (e.g. application/json).

GET List models

/models

List models

Parameters

Parameter Name

Description

Content Type

The content type of the request payload sent to the API (e.g. application/json).

headers

Additional HTTP header name/value pairs to include in the request.

queryParams

Additional query string name/value pairs to append to the request URL.

Anthropic-version

The version of the Anthropic API to use for the request.

Response Type

The response format expected from the API (e.g. application/json).