Skip to content

Structure Block

The Structure block allows you to define and extract structured data from AI responses.

Use Cases

  • Extract specific fields from text
  • Convert unstructured data to JSON
  • Validate AI outputs

Configuration

json
{
  "name": "string",
  "age": "number",
  "email": "string"
}

AI Workflow Editor