extract_json
Turn unstructured text (emails, invoices, listings, bios) into structured JSON conforming to your JSON Schema — reply is parse-validated with an automatic retry, so you get JSON or a clean failure. $0.01/call via x402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Source text to extract from (truncated to 8,000 characters) | |
| schema | Yes | JSON Schema object the output must conform to |