Text Diff API

What it does

Computes the difference between two texts.

Endpoint

POST https://diff-api-x402-689670267582.us-central1.run.app/diff

Price

$0.005 USDC

Request Example

{
  "text1": "hello world",
  "text2": "hello earth"
}

Response

Returns the diff result.