v1

latestOpenAPI 3.0.3OGL-UK-3.0raw.githubusercontent.com2025-09-3012629.2 KB
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)"
}