Create the service
Get a form
Retrieve a form’s metadata, field schema, and rendered HTML/CSS:| Field | Description |
|---|---|
title | Display name of the form |
form_json | Parsed field schema |
form_html | Rendered HTML for embedding |
form_css | Associated stylesheet |
active | Whether the form is accepting submissions |
submission_count | Number of submissions received |
Submit a form
Submitting with file attachments
The maximum total request size is 250 MB.| Field | Description |
|---|---|
name | File name including extension |
content | Base64-encoded file content |