{
  "x402Version": 2,
  "id": 8240,
  "slug": "8240",
  "resource": "https://doc-extract-api.thestarboy9696-4ef.workers.dev/extract/contract",
  "description": "SchemaLock — parse a contract for its key terms as structured JSON data from a PDF or image (parties, dates, term, payment terms, termination clause, governing law, obligations, signatures). Unlike generic OCR or text-only extraction APIs, this takes the raw file directly and validates date logic (expiration after effective date), one automatic retry. Still fails after that, you aren't charged. Per-field confidence included.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x65c767C483dd862d08Bc3d6500Cd4CD770Ae28ED",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "file": "<binary: PDF, PNG, or JPEG of a contract, max 15MB>"
          },
          "bodyType": "form-data",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "confidence": {
                "fields": {
                  "effective_date": 0.97,
                  "parties": 0.98
                },
                "overall": 0.96
              },
              "effective_date": "2026-01-01",
              "expiration_date": "2026-12-31",
              "governing_law": "State of Delaware",
              "key_obligations": [
                {
                  "obligation": "Deliver services per SOW",
                  "party": "Vendor"
                },
                {
                  "obligation": "Pay invoices within 30 days",
                  "party": "Client"
                }
              ],
              "parties": [
                {
                  "name": "Acme Supply Co.",
                  "role": "Vendor"
                },
                {
                  "name": "Brandon Strouse",
                  "role": "Client"
                }
              ],
              "payment_terms": "Net 30",
              "signatures": [
                {
                  "date": "2026-01-01",
                  "name": "Jane Doe",
                  "signed": true,
                  "title": "CEO, Acme Supply Co."
                },
                {
                  "date": "2026-01-01",
                  "name": "Brandon Strouse",
                  "signed": true,
                  "title": "Client"
                }
              ],
              "term": "12 months, auto-renews unless terminated with 30 days notice",
              "termination_clause": "Either party may terminate with 30 days written notice",
              "title": "Master Services Agreement"
            },
            "retried": false,
            "validation_warnings": []
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {}
              },
              "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": "doc-extract-api.thestarboy9696-4ef.workers.dev",
  "lastUpdated": "2026-09-08T19:25:06.051Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-08T19:25:05.702Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "doc-extract-api.thestarboy9696-4ef.workers.dev",
    "manifest_name": "doc-extract-api.thestarboy9696-4ef.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"
  }
}