OpenIndex Retrieval Plugin API
It offers a single POST /query endpoint that accepts a query payload and returns the documents matching that query.
Latency
101ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/query
Query
1 endpoint auto-detected
Authentication
This API uses Bearer token authentication — pass your token in the Authorization header.
curl -X POST \ "https://openindex.ai/sub/query" \ -H "Authorization: Bearer YOUR_TOKEN"
openindex.ai · HTTPS only