Skip to main content
POST
Compare two text strings
For detailed response examples for each document type, please refer to the Textify Templates section.

Authorizations

x-api-key
string
header
required

Body

application/json
textSet
object
required
callbackUrl
string<uri>

The URL where the text comparison results will be sent upon completion. If a callbackUrl is provided, the process works asynchronously. If no callbackUrl is provided, the process operates synchronously.

Example:

"https://your-domain.com/callback"

Response

Successful text comparison

similarity
number

Similarity percentage between the two texts

Example:

70