v1

latestOpenAPI 3.0.3Apache 2.02026-07-2685172326.0 KB
Bulk Operations

Start import

Start an asynchronous import of vectors from object storage into an index.

For guidance and examples, see Import data.

post/bulk/imports

Headers

X-Pinecone-Api-Versionstring required

Required date-based version header

Request body

integrationIdstring

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

uristring required

The URI of the bucket (or container) and import directory containing the namespaces and Parquet files you want to import. For example, s3://BUCKET_NAME/IMPORT_DIR for Amazon S3, gs://BUCKET_NAME/IMPORT_DIR for Google Cloud Storage, or https://STORAGE_ACCOUNT.blob.core.windows.net/CONTAINER_NAME/IMPORT_DIR for Azure Blob Storage. For more information, see Import records.

Response

Successful import operation

idstring

Unique identifier for the import operation.

Example response

{
  "id": "101"
}