Endpoints
Text Compare
Compare two texts to find similarities and differences between them. This endpoint analyzes both texts and returns detailed information about matching content, word counts, and similarity scores.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The text comparison request body
The body is of type object
.
Response
200
application/json
Text comparison response
The response is of type object
.