Skip to main content
POST
Runs the exact same validation function submit uses internally — there’s no separate, looser “preview” validator that could disagree with what actually happens on submit.
string
required
The form’s public ID.
object
required
Field values to check, same shape as Submit a Form.

Response

boolean
Whether the data passes every field’s rules.
array
Empty when valid is true. Otherwise the same per-field error shape submit’s 422 response returns.