POST
/
bulk
/
imports

This feature is in public preview and available only on Standard and Enterprise plans.

Authorizations

Api-Key
string
headerrequired

An API Key is required to call Pinecone APIs. Get yours from the console.

Body

application/json

The request for the start_import operation.

integrationId
string

The id of the storage integration that should be used to access the data.

uri
string
required

The URI prefix under which the data to import is available. All data within this prefix will be listed then imported into the target index. Currently only s3:// URIs are supported.

errorMode
object

Indicates how to respond to errors during the import process.

Response

200 - application/json

The response for the start_import operation.

id
string

Unique identifier for the import operation.