SSharaFormsDocs
REST API · v1 · JWT auth

Forms, submissions & webhooks — one clean API.

Build forms, capture submissions, and wire webhooks into your stack with a predictable REST API. No dashboard clicks required.

https://api.sharaforms.com Bearer tokens 100 req/min per IP

Up and running in 3 steps

Create a token, create a form, start collecting.

Create an API key

Open your dashboard, head to API Keys, and mint a personal access token with the abilities you need.

Create a form

POST to /open/forms with a title and field blocks. You get back a form object with a slug and ID.

Collect submissions

Embed the form with the JavaScript SDK, then read submissions or export them to CSV through the API.