diff
Generate a unified diff between two text versions (the before and after). Returns the diff text plus metrics (lines added, lines removed, output chars). Requires a valid API key (Bearer token); billing is per combined input characters. To apply a diff, use patch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text_a | Yes | First text version (the "before" text). | |
| text_b | Yes | Second text version (the "after" text). |