Basic Information

appmixer.ai.openai.TransformTextToJSON

1.0.0

Public

Extract structured JSON data from text using AI.

Input Ports

in

FieldTypeDescription
Text textarea The text from which to extract structured JSON data. Example: John is 25 years old..
Output JSON Schema textarea The schema that defines the structure of the output JSON. Use JSON Schema format. Example: {"type":"object","properties":{"name":{"type":"string"}, "age":{"type":"number"}}}. It must be a valid JSON schema and must be of "type": "object". If you want to produce an array, you can nest the array under an object property of type array. Example: {"type":"object","properties":{"contacts":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"age":{"type":"number"}}}}}}.
Model text ID of the model to use.

Output Ports

Full Metadata