Completar formularios de forma conversacional con IA.
curl -X POST https://app.horneross.com/api/forms/form_abc123/chat \ -H "Content-Type: application/json" \ -d '{ "query": "Me llamo María García", "conversationId": "conv_form_123", "streaming": false }'
{ "answer": "¡Perfecto María! Ahora necesito tu email para poder contactarte.", "currentField": "email", "filledFields": { "name": "María García" }, "progress": { "current": 2, "total": 4, "percentage": 25 }, "conversationId": "conv_form_123" }
POST /api/forms/{formId}/chat
true
Show Propiedades de progress
Was this page helpful?