GET
/
projects
/
{projectName}
/
collections
/
{collectionName}
/
docs
/
bulk-upsert
curl --request GET \
  --url https://{baseUrl}/projects/{projectName}/collections/{collectionName}/docs/bulk-upsert \
  --header 'x-api-key: <api-key>'
{
  "url": "<S3 presigned URL>",
  "type": "application/json",
  "httpMethod": "PUT",
  "objectKey": "example-object-key",
  "sizeLimitBytes": 209715200
}

Authorizations

x-api-key
string
header
required

Project API Key.

Path Parameters

projectName
string
required

Project name.

collectionName
string
required

Collection name.

Response

200
application/json

Required info to upload documents.

The response is of type object.