This API allows you to programmatically submit queries through Isofold and verify correctness or inspect savings.
All requests must be authenticated using a Bearer token.
Authentication
Use a Bearer token in theAuthorization header:
Available Endpoints
POST /query
Submit a query to be rewritten and executed
GET /cost
Estimate cost of original vs optimized query
POST /verify
Check equivalence between two result sets
Webhook: /query/completed
Receive query completion + savings event