Text diff / text comparison / diff two strings / line diff / word diff / charact...
https://api.x402node.dev/text/diffOverview
Text diff / text comparison / diff two strings / line diff / word diff / character diff / file diff / text patch / unified diff format / compare strings / git diff style / text difference. Compare two texts, return added/removed/unchanged segments. Line, word, or char granularity.
Protocol
x402
Price
$0.01
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
x402node
Source
bazaar
Indexed
2026-05-22 09:46:29
Health
Status
healthy
Latency (p50)
459ms
Uptime (30d)
100.0%
Reliability Score
87/100
Last Checked
2026-05-23 05:36:52
Last Healthy
2026-05-23 05:36:52
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
Known USDC
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"a": "Original text (required)",
"b": "Modified text (required)",
"mode": "line|word|char (optional, default 'line')"
},
"type": "http"
}
Output Schema
{
"properties": {
"added_count": {
"type": "integer"
},
"diff": {
"items": {
"properties": {
"added": {
"type": "boolean"
},
"removed": {
"type": "boolean"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"mode": {
"type": "string"
},
"removed_count": {
"type": "integer"
}
},
"required": [
"diff"
],
"type": "object"
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-05-23 05:36:52 | healthy | 402 | 459ms |