{
  "x402Version": 2,
  "id": 8239,
  "slug": "8239",
  "resource": "https://doc-extract-api.thestarboy9696-4ef.workers.dev/extract/resume",
  "description": "SchemaLock — extract structured JSON data from a resume PDF or image (contact info, work experience, education, skills). Unlike generic OCR or text-only extraction APIs, this takes the raw file directly and validates email format and work-history date order, one automatic retry. Still fails after that, you aren't charged. No content stored after the response returns.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x65c767C483dd862d08Bc3d6500Cd4CD770Ae28ED",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "file": "<binary: PDF, PNG, or JPEG of a resume, max 15MB>"
          },
          "bodyType": "form-data",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "candidate": {
                "email": "jordan.rivera@example.com",
                "location": "Austin, TX",
                "name": "Jordan Rivera",
                "phone": "512-555-0142"
              },
              "confidence": {
                "fields": {
                  "candidate": 0.98,
                  "work_experience": 0.94
                },
                "overall": 0.95
              },
              "education": [
                {
                  "degree": "B.S.",
                  "field": "Computer Science",
                  "graduation_date": "2018-05",
                  "institution": "University of Texas at Austin"
                }
              ],
              "skills": [
                "TypeScript",
                "Node.js",
                "PostgreSQL"
              ],
              "summary": "Backend engineer with 6 years building payment infrastructure.",
              "work_experience": [
                {
                  "company": "Acme Supply Co.",
                  "description": "Built and maintained payment processing systems.",
                  "end_date": null,
                  "start_date": "2022-03",
                  "title": "Senior Backend Engineer"
                }
              ]
            },
            "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:15.528Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-08T19:25:13.256Z"
  },
  "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"
  }
}