ToolAssay

Generate an FCRA-compliant dispute letter and an SVG certificate of dispute

Generate an FCRA-compliant dispute letter and an SVG certificate of dispute.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
386 msmedian answer time
$0.75listed price per call
$0.75price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://dispute-forge-x402.fly.dev/api/dispute-pack

CategoryEverything else
Provider hostdispute-forge-x402.fly.dev
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.75 386 ms

Example input (from the provider)

{
  "body": {
    "creditor": "Acme Collections LLC",
    "reason": "Debt is not mine / inaccurate reporting"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "creditor": {
              "description": "Name of the creditor or collection agency",
              "type": "string"
            },
            "reason": {
              "description": "Grounds for the dispute",
              "type": "string"
            }
          },
          "required": [
            "creditor",
            "reason"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "cert_svg": {
              "type": "string"
            },
            "certificate_path": {
              "type": "string"
            },
            "letter_body": {
              "type": "string"
            },
            "letter_path": {
              "type": "string"
            },
            "signature": {
              "type": "string"
            },
            "submission_path": {
              "type": "string"
            },
            "timestamp": {
              "type": "string"
            }
          },
          "required": [
            "timestamp",
            "signature",
            "letter_body",
            "cert_svg"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON