Skip to main content
POST
cURL
Submit two result sets and verify whether they are semantically equivalent. This endpoint is typically used to compare:
  • The original query result
  • The Isofold-optimized query result
Useful for audit logging, testing, and compliance scenarios.

Request

Fields


Response

If the results do not match, you’ll see the differences:

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
original
object[]
rewritten
object[]

Response

200 - application/json

Verification result

equal
boolean
differences
object[]