Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create and manage API keys for authentication.
gr_live_
gr_test_
curl https://api.akhara.ai/v1/datasets \ -H "Authorization: Bearer gr_live_xxxxxxxx"
# Create new key new_key = client.api_keys.create(name="production-v2") # Update your applications to use new_key # Revoke old key client.api_keys.revoke("key_old_id")
read
write
admin