Step: Extract Data
- Key:
extract-data - Category: AI & Language Models
- Description: Extract structured data using an LLM and a JSON schema.
Inputs
- modelId (select, required): Model ID
- prompt (long-text): Optional guidance prompt
- jsonSchema (code, json, required): JSON schema for the structured output
- media (list): Optional images (type=image, url)
Outputs
- data (object): Extracted data matching the schema
Notes
- Provide a concise prompt and a strict JSON schema for best results.

