Factuality

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

Request

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

Response

This endpoint returns an object
id
stringOptional
Unique ID for the chat completion.
object
stringOptional
Type of object (chat completion).
created
integerOptional
Timestamp of when the chat completion was created.
checks
list of objectsOptional
The set of vectorized data.

Errors