Imports
Start import
Start an asynchronous import of vectors from object storage into an index.
For guidance and examples, see Import data.
POST
This feature is in public preview and available only on Standard and Enterprise plans.
Authorizations
Body
application/json
The request for the start_import
operation.
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.
Required string length:
1 - 1500
The id of the storage integration that should be used to access the data.
Maximum length:
1000
Indicates how to respond to errors during the import process.
Response
200
application/json
Successful import operation
The response for the start_import
operation.
Unique identifier for the import operation.
Required string length:
1 - 1000
Was this page helpful?