This API lets you create a form.

Request Body.

  1. name (mandatory): Name of the form
  2. description (mandatory): Description of the form
  3. fields (mandatory): An object where the key is the name of your field and the value is the description of the field. Schema for the value part is described below.

Field value object description

  1. type: text | email | password | select | radio | checkbox (multi select) | textarea
  2. label: a string
  3. placeholder: a string
  4. required: true | false
  5. readonly: true | false
  6. default_value: a string
  7. help_text: a string
  8. options: an array of strings describing your input options if type is checkbox, select, or radio.
Language
Credentials
Bearer
Click Try It! to start a request and see the response here!