Extract
Identify candidate values from natural-language input.
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
Processed locally by this site. No external AI provider is called.
121/2,00002 / output.json
Run the extraction to see structured JSON and validation details.
Expected schema
name: string · email: email · service: string · urgency: enumIdentify candidate values from natural-language input.
Map varied wording into stable service and urgency values.
Check required fields before another system consumes the result.
Related technical article
Getting Reliable JSON Out of an LLM →