{
  "x402Version": 2,
  "id": 8929,
  "slug": "8929",
  "resource": "https://format-validator.pdfextractapi.workers.dev/validate",
  "description": "Validate a value against a known format (email, url, uuid, ipv4, ipv6, credit_card, iban, phone_e164, date_iso8601, postal_code_us, postal_code_uk, postal_code_ca).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xA0AC44BECC6302298f01ed255B175ca1060C189E",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "format": "iban",
            "value": "GB29NWBK60161331926819"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "format": "iban",
            "reason": null,
            "valid": true,
            "value": "GB29NWBK60161331926819"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "format": {
                    "description": "The format to validate against.",
                    "enum": [
                      "email",
                      "url",
                      "uuid",
                      "ipv4",
                      "ipv6",
                      "credit_card",
                      "iban",
                      "phone_e164",
                      "date_iso8601",
                      "postal_code_us",
                      "postal_code_uk",
                      "postal_code_ca"
                    ],
                    "type": "string"
                  },
                  "value": {
                    "description": "The value to validate.",
                    "type": "string"
                  }
                },
                "required": [
                  "value",
                  "format"
                ]
              },
              "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": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "format-validator.pdfextractapi.workers.dev",
  "lastUpdated": "2026-09-14T19:56:22.382Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-14T19:56:21.823Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "format-validator.pdfextractapi.workers.dev",
    "manifest_name": "format-validator.pdfextractapi.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}