AIMP_PROJECT_API_KEY="YOUR_API_KEY" curl -i -X GET \ "https://{baseUrl}/{apiVersion}/projects/{project_id}/indexes/{index_name}/docs/bulk-upsert" \ -H 'content-type: application/json' \ -H 'x-api-key: $AIMP_PROJECT_API_KEY'
{ "url": "<string>", "type": "application/json", "httpMethod": "PUT", "objectKey": "<string>", "sizeLimitBytes": 209715200 }
bulk-upsert
objectKey
AIMP_PROJECT_API_KEY="YOUR_API_KEY" curl -i -X POST \ "https://{baseUrl}/{apiVersion}/projects/{project_id}/indexes/{index_name}/docs/bulk-upsert" \ -H 'content-type: application/json' \ -H 'x-api-key: $AIMP_PROJECT_API_KEY' \ -d '{ "objectKey": "<string>" }'