DOCS / PRIVATE BETA
One endpoint for machine services.
The public API is being opened with the private beta. The initial interface is designed around a single authenticated endpoint with explicit provider and routing policy.
REQUEST
POST /v1/route
Authorization: Bearer <key>
{
"service": "search",
"provider": "preferred",
"fallback": true,
"input": { ... }
}INITIAL SERVICES
- Search / retrieval
- Browser / crawl
- OCR / extraction
- Data APIs
Illustrative interface. Exact provider adapters and request schemas will be published as beta access opens.
REQUEST API ACCESS ↗