APIHub
Back to Explore

OpenIndex Retrieval Plugin API

It offers a single POST /query endpoint that accepts a query payload and returns the documents matching that query.

Machine Learning
bearer
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

101ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
POST

/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