Forms
Dynamic form generation and submission
Submits form data for processing. The request body structure depends on the form schema. Returns validation errors if the data does not match the form schema.
Path parameters
form_idintegerRequired
Form identifier
Body
Form data structure depends on the form schema
Other propertiesanyOptional
Responses
200
Form submitted successfully
application/json
Responseobject
400
Validation error
application/json
404
Form not found or not active
post
/forms/{form_id}/generateLast updated
Was this helpful?

