> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noclick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Voyage AI

> Connect Voyage AI to your workflows: 14 operations across 4 categories.

The Voyage AI node adds Voyage AI operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.

<Note>
  You can wire the Voyage AI node into an AI agent as a tool provider: the agent calls the operations you allow. See [Agent tools](/agents/tools).
</Note>

## Credentials

Connect Voyage AI under **Credentials** in the node settings. See [Connecting credentials](/credentials/connecting) for the general flow.

Enter the values manually when creating the credential.

Sign up at voyageai.com, then create an API key in the dashboard.

[Get your credentials here](https://dash.voyageai.com/api-keys).

## Operations

### Batch

| Operation            | ID             | Description |
| -------------------- | -------------- | ----------- |
| **Cancel Batch Job** | `cancel_batch` |             |
| **Create Batch Job** | `create_batch` |             |
| **Get Batch Job**    | `get_batch`    |             |
| **List Batch Jobs**  | `list_batches` |             |

### Embeddings

| Operation                                    | ID                     | Description |
| -------------------------------------------- | ---------------------- | ----------- |
| **Generate Contextualized Chunk Embeddings** | `embed_contextualized` |             |
| **Generate Multimodal Embeddings**           | `embed_multimodal`     |             |
| **Generate Text Embeddings**                 | `embed`                |             |

### Files

| Operation             | ID                  | Description |
| --------------------- | ------------------- | ----------- |
| **Bulk Delete Files** | `bulk_delete_files` |             |
| **Delete File**       | `delete_file`       |             |
| **Get File**          | `get_file`          |             |
| **Get File Content**  | `get_file_content`  |             |
| **List Files**        | `list_files`        |             |
| **Upload Batch File** | `upload_file`       |             |

### Reranking

| Operation            | ID       | Description |
| -------------------- | -------- | ----------- |
| **Rerank Documents** | `rerank` |             |
