Forms
Upload

Submit form with file upload

Handle form submission with optional file upload. Processes both form data and file attachment.

post/upload/form-submission

Response

Form submitted successfully (no file)

successboolean
formSubmissionIdstring uuid
messagestring

Example response

{
  "success": true,
  "message": "Form submitted successfully (no file attached)"
}