Skip to content
back to all labs
ExperimentLocal demo mode

Structured Output Playground

Enter a project inquiry in English or Khmer. The local demo endpoint extracts contact details, service intent, and urgency, then validates the result against a fixed schema.

01 / Input

Describe a project inquiry

Local demo mode

Processed locally by this site. No external AI provider is called.

121/2,000

02 / output.json

Validated result

Run the extraction to see structured JSON and validation details.

Expected schema

name: string · email: email · service: string · urgency: enum
01

Extract

Identify candidate values from natural-language input.

02

Normalize

Map varied wording into stable service and urgency values.

03

Validate

Check required fields before another system consumes the result.