extract_structured_data
Extract structured JSON data from unstructured text using predefined schemas for receipts, invoices, emails, resumes, and more. Supports custom fields for flexible data extraction.
Instructions
Extract structured JSON from unstructured text. Supports schemas: receipt, invoice, email, resume, contact, custom. Free tier: 10 requests. Get an API key at https://api-service-wine.vercel.app for 500 more requests ($2).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The unstructured text to extract data from | |
| schema | Yes | The type of data to extract | |
| api_key | No | Your API key. Get one at https://api-service-wine.vercel.app ($2 for 500 requests) | |
| custom_fields | No | Custom field names when schema is 'custom' |