Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.isofold.com/llms.txt

Use this file to discover all available pages before exploring further.

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 the Authorization header:
Authorization: Bearer YOUR_API_KEY
You can generate keys in the Isofold dashboard.

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