cURL
curl --request POST \ --url https://app.zappway.ai/api/datastores \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>", "type": "qdrant" }'
{ "id": "<string>", "name": "<string>", "description": "<string>", "type": "qdrant", "visibility": "public" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type object.
object