Factuality

Check the factuality of a given text compared to a reference.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
referencestringRequired
The reference text for comparison.
textstringRequired
The text to be checked for factuality.

Response

Successful response.
idstring or null
Unique ID for the factuality check.
objectstring or null

Type of object (factuality.check).

createdinteger or null
Timestamp of when the factuality check was created.
checkslist of objects or null
The set of vectorized data.

Errors