REST API Reference
X-API-Key
X-API-Key: cyborg_your_api_key_here
{ "indexes": ["my_index", "another_index", "demo_index"] }
indexes
array[string]
401
500
curl -X GET "http://localhost:8000/v1/indexes/list" \ -H "X-API-Key: cyborg_your_api_key_here" # Or with HTTPS curl -X GET "https://your-domain.com:8000/v1/indexes/list" \ -H "X-API-Key: cyborg_your_api_key_here"
Was this page helpful?