AI Extract (Structured)
Extract structured fields from text with an LLM and store them as a JSON object (use {{{var[field]}}} to read each one).
AIAIExtract
What it does
Extract structured fields from text with an LLM and store them as a JSON object (use {{{var[field]}}} to read each one).
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| API base URL | string | Required | http://localhost:11434/v1 | OpenAI-compatible base. Default = local Ollama (offline). Supports variables |
| API key (blank for local) | string | Optional | Bearer token for cloud providers. Supports variables | |
| Model | string | Required | llama3 | Example: llama3 Supports variables |
| Source text | multiline | Required | Example: {{{emailBody}}} Supports variables | |
| Fields to extract | multiline | Required | One field per line, as 'name: description'. The model returns a JSON object with these keys. Example: name: the person's full name
email: their email address
amount: the invoice total as a number Supports variables | |
| Timeout (seconds) | number | Optional | 180 | |
| Store object in | variable | Required | Example: extracted |
More AI commands
Ready to automate your busywork?
Start your free 10-day trial today. No credit card, no commitment.