Now in Public Beta - Try AIDORag free today!Get Started
API Reference

API Reference

Complete API documentation for developers

Authentication

All API requests require authentication using your API key

bash
curl -X POST https://api.aidorag.com/v1/query \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "What are the main findings?",
    "mode": "hybrid",
    "limit": 5
  }'

Endpoints

Documents

POST/v1/documents
GET/v1/documents
GET/v1/documents/{id}
DELETE/v1/documents/{id}

Query

POST/v1/query
POST/v1/query/stream

Chat

POST/v1/chat
GET/v1/chat/history

Knowledge Graph

GET/v1/entities
GET/v1/relations
GET/v1/graph

Rate Limits

Free Plan

20 req/day

Pro Plan

5,000 req/month

Business Plan

20,000 req/month

Need Help?

Our team is here to help you integrate

Contact Support