Basics
Creating a form
Creating an empty form using the Tally API
Prerequisites
- A Tally account
- An API key
Request
To create a form, send a POST request to the /forms
endpoint with the following payload:
Each block requires a unique UUID. You can generate UUIDs using any standard UUID library.
Response
The API will respond with a 201 status code and with some form meta data:
Your form should now show up in the Tally dashboard. And when you open it, you should see the empty form with just a title “Test”.