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.
How to format API requests to the Akhara API.
Content-Type: application/json
curl -X POST https://api.akhara.ai/v1/datasets \ -H "Authorization: Bearer gr_live_xxx" \ -H "Content-Type: application/json" \ -d '{ "name": "my-dataset", "description": "Test dataset" }'
curl "https://api.akhara.ai/v1/datasets?limit=20&project=proj_abc" \ -H "Authorization: Bearer gr_live_xxx"
limit
after
project
X-Request-ID: req_abc123xyz