Text Diff Checker
Compare two texts and return a line-by-line JSON diff.
Max 4000 chars, 400 lines per input
Returns JSON with line changes marked as
equal,insert, and delete.Compare two texts and return a line-by-line JSON diff.
equal,insert, and delete.Guide
Compare two text blocks and highlight line-by-line differences. Useful for content reviews and QA checks.
How It Works
Practical Tips
FAQs
Is it line-based?
Yes, it compares text line by line.
Does it ignore whitespace?
Not currently, but it can be added.
Can I use the API?
Yes, the endpoint returns diff JSON.