curl -X 'POST' \ 'https://api.coaxial.ai/data_integration/pinecone/integrate' \ -H 'accept: application/json' \ -H 'Authorization: Bearer <api_key>' \ -H 'Content-Type: application/json' \ -d '{ "api_key": <pinecone_api_key>, "environment": <pinecone_environment> }'
{ "indexes": [ { "index": "string", "id": <coaxial_dataset_integration_id> } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Index names in an array of strings
The response is of type object.
object