cURL
curl --request GET \ --url https://{projectHost}/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 }
Request required info to upload documents.
Project API Key.
Collection name.
Required info to upload documents.
The response is of type object.
object
Was this page helpful?