cURL
Endpoints
Verify Result Equivalence
Checks if two result sets are semantically equivalent.
POST
cURL
Submit two result sets and verify whether they are semantically equivalent.
This endpoint is typically used to compare:
If the results do not match, you’ll see the differences:
Use this endpoint to integrate Isofold verification into your CI, analytics pipelines, or regulated audit flows.
Next: Query Completion Webhook
- The original query result
- The Isofold-optimized query result
Request
Fields
| Field | Type | Required | Description |
|---|---|---|---|
original | array | ✅ | Result set from the original query |
rewritten | array | ✅ | Result set from the rewritten query |
Response
Notes
- Comparison is order-insensitive
- Field names must match exactly
- Null vs undefined are treated as distinct
Use this endpoint to integrate Isofold verification into your CI, analytics pipelines, or regulated audit flows.
Next: Query Completion Webhook