Text Compare
text-compareMeasure textual similarity between two texts. Returns a similarity score; credits are deducted per total words in both texts.
Instructions
Compares two texts and returns the similarity score. Cost: 0.5 credit per total words found in both texts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first_text | Yes | The first text to compare. Maximum 120,000 characters. | |
| second_text | Yes | The second text to compare against the first text. Maximum 120,000 characters. |