Create Form Files
Description: To create a form file, a HTTP POST request is made to the URL with the form ID.
Method: POST
URI: /forms/form_id/files
URI Parameters
- form_id: The ID of the form.
Required Parameters
filename: The original file name.
data: The contents of the file base64 encoded in Data URI scheme.
Headers: Authorization: Third party based authorization header
Returns
Field | Type | Description |
---|---|---|
Form File | Form File | A form file object. |
Example
Request
Response