Check a value against the text
Does the text say `value` for `field`? Extracts the field and compares. `found` shows what the text actually says.
Send `text` for one result, or `texts` for a batch wrapped as `{ results: [...] }`. The response carries `x-input-chars` (input characters) and `x-input-tokens` (input tokens billed for this call) headers.
Request
This endpoint expects an object.
field
value
The value to check against the text
text
The text to decide about.
texts
Batch form: one result per text.
Response
Result, or { results } for a batch
VerifyResult
OR
Errors
400
Bad Request Error
502
Bad Gateway Error