TsgcHTTP_API_Anthropic › Methods
TsgcHTTP_API_Anthropic Methods
Public methods grouped by purpose, followed by the full alphabetical list.
Messages
| Name | Description |
| CreateMessage | Sends a chat request to Claude and returns the generated message |
| CountTokens | Counts the number of input tokens a request would consume before sending it to Claude |
Files
| Name | Description |
| UploadFile | Uploads a local file to the Anthropic Files API for later use in messages |
| ListFiles | Lists files previously uploaded to the Anthropic Files API, with optional pagination |
| DeleteFile | Deletes a previously uploaded file from the Anthropic Files API |
Batches
| Name | Description |
| ListBatches | Lists all Message Batches in the Anthropic workspace, with optional pagination |
| CancelBatch | Cancels an in-progress Message Batch on the Anthropic API |
All Methods (alphabetical)
| Name | Description |
| CancelBatch | Cancels an in-progress Message Batch on the Anthropic API |
| CountTokens | Counts the number of input tokens a request would consume before sending it to Claude |
| CreateMessage | Sends a chat request to Claude and returns the generated message |
| DeleteFile | Deletes a previously uploaded file from the Anthropic Files API |
| ListBatches | Lists all Message Batches in the Anthropic workspace, with optional pagination |
| ListFiles | Lists files previously uploaded to the Anthropic Files API, with optional pagination |
| UploadFile | Uploads a local file to the Anthropic Files API for later use in messages |