Extract the fields YOU name from any text as JSON. Fields no
genesis402_extract_jsonExtract specified fields from any text as JSON, returning null for missing values. Turn emails, invoices, or pages into structured data with pay-per-call pricing.
Instructions
Paid (price from the live 402 quote). Extract the fields YOU name from any text as JSON. Fields not present in the text come back null, never invented. Use to turn emails, invoices or pages into structured data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The source text to read, up to 16,000 characters. | |
| fields | Yes | The fields to extract: an object mapping each field name to a short description, e.g. { "invoice_total": "total amount due in USD", "due_date": "ISO date" }. | |
| payment_signature | No | Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first; nothing is charged without it. |