🔀

Text Diff

Compare two texts and show the differences in unified diff format.

text API: POST /api/tools/text-diff

Input

🔌 API Usage

POST /api/tools/text-diff
Content-Type: application/json

// Example body:
{
  "text1": "",
  "text2": ""
}