POST /embed

Generate vector embeddings for input data. This endpoint uses Pinecone's hosted embedding models.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

X-Pinecone-Api-Version String Yes

Required date-based version header

Default value: "2025-10"

Request body fields

Name Type Required Description
inputs[] Array Yes

List of inputs to generate embeddings for.

inputs[].text String No

The text input to generate embeddings for.

parameters Object No

Additional model-specific parameters. Refer to the model guide for available model parameters.

model String Yes

The model to use for embedding generation.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.