Extract structured data from unstructured text according to a provided JSON schema.
Documentation Index
Fetch the complete documentation index at: https://domoinc-arun-raj-connetors-domo-480645-add-reports-sort-asc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request for extracting structured data from unstructured text using the Messages API.
The ExtractData service uses LLM structured outputs to extract data conforming to a provided JSON schema from message content input.
The input message content to extract data from (text, images, documents, etc.)
Text-based message content.
Map of field names to their FunctionParameter definitions. All fields are treated as required.
Optional instructions for extraction behavior
The ID of the model to use (optional, uses default if not specified)
Additional model parameters (temperature, max_tokens, etc.)
AI session ID for associating with existing session
Configuration for reasoning behavior
Successful extract data response.
Response containing extracted structured data.
The output field contains a Map representation of the extracted data matching the schema provided in the request.