API access is opening soon.
Self-serve key issuance and a usage dashboard are coming. In the meantime, reach out and we will provision a key for you within a business day, along with onboarding for the endpoint you need.
curl https://api.eve.ai/v1/knowledge/query \
-H "Authorization: Bearer $EVE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"index_id": "support-kb",
"query": "What is the refund policy for annual plans?",
"top_k": 5
}'





