Getting started

ES · EN

Requirements

Minimum requirements, supported formats, and key service limits.

Contents

The service does not require additional libraries, server setup, or infrastructure work. To get started, you only need the basics:

To get started

  • An active account on the platform.
  • A website or application with access to the source code.
  • Basic knowledge of HTML or JavaScript.

Supported submission formats

The platform accepts POST submissions in the following formats:

  • multipart/form-data — the standard format for HTML forms.
  • application/x-www-form-urlencoded — an alternative supported by most frameworks.
  • application/json — ideal for JavaScript-based submissions or apps that work with JSON.

Required fields

There are no mandatory fields by default. You can send the fields you need and name them however you want. The platform will store all the information it receives.

Plan limits

FreePro
Submissions per month250 included20,000 included
Additional submissions$0.002 per submission
FormsUnlimitedUnlimited
Maximum file size5 MB5 MB
Webhooks1Multiple

Domains and CORS

The platform accepts submissions from any domain. You do not need to configure CORS or register your domain in advance.