We support file uploads up to 10MB. You can upload files using the file input. The file will be uploaded to our servers and a link to the file will be returned in the response. The file will be deleted after 7 days. File uploads require the multipart/form-data content type. You can upload multiple files by using multiple file inputs. This feature is only available on the Pro and Agency plans.
Basic example
Here is a basic example using just HTML. You can also use JavaScript or a framework to submit the form.