🔀
Text Diff
Compare two texts and show the differences in unified diff format.
text
API: POST /api/tools/text-diff
Input
Result
🔌 API Usage
POST /api/tools/text-diff
Content-Type: application/json
// Example body:
{
"text1": "",
"text2": ""
}
Content-Type: application/json
// Example body:
{
"text1": "",
"text2": ""
}