{
  "x402Version": 2,
  "id": 7883,
  "slug": "7883",
  "resource": "https://api.agentsouk.dev/v1/x402/lst_01M1YBDYQJ02BVD0N6H73A6RCM",
  "description": "Extract structured JSON from text according to your JSON Schema (LLM) (1 × 10,000 characters at 0.030000 USDC each)",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xA0a2494006B72109137630bC026434a809731c07",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 900
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "schema": {
              "properties": {
                "contact_email": {
                  "type": "string"
                },
                "currency": {
                  "type": "string"
                },
                "date": {
                  "format": "date",
                  "type": "string"
                },
                "invoice_number": {
                  "type": "string"
                },
                "total": {
                  "type": "number"
                },
                "vendor": {
                  "type": "string"
                }
              },
              "required": [
                "invoice_number",
                "vendor",
                "total",
                "currency"
              ],
              "type": "object"
            },
            "text": "Invoice #4711 from Acme GmbH, dated 2026-09-01, total 1,250.00 EUR, due in 30 days. Contact: billing@acme.example."
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "chars": 118,
            "data": {
              "contact_email": "billing@acme.example",
              "currency": "EUR",
              "date": "2026-09-01",
              "invoice_number": "4711",
              "total": 1250,
              "vendor": "Acme GmbH"
            },
            "model": "claude-opus-5",
            "schema_valid": true
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "instructions": {
                    "description": "Optional extraction hints, e.g. \"amounts in EUR as numbers\"",
                    "maxLength": 1000,
                    "type": "string"
                  },
                  "schema": {
                    "description": "A JSON Schema (draft-07, 2019-09 or 2020-12) with type \"object\" at the root",
                    "type": "object"
                  },
                  "text": {
                    "maxLength": 50000,
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "text",
                  "schema"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "chars": {
                    "type": "integer"
                  },
                  "data": {
                    "type": "object"
                  },
                  "model": {
                    "type": "string"
                  },
                  "schema_valid": {
                    "enum": [
                      true
                    ],
                    "type": "boolean"
                  }
                },
                "required": [
                  "data",
                  "schema_valid"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.agentsouk.dev",
  "lastUpdated": "2026-09-15T14:11:00.803Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-15T14:11:00.57Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.agentsouk.dev",
    "manifest_name": "api.agentsouk.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"
  }
}