Forms

Publish a form once, submit answers over REST from any device.

Forms live server-side. You build one in the dashboard, publish it, and the SDK reads and submits over three REST endpoints.

DashboardApps → your app → Forms

Steps

Verify it
  • Fetching an unpublished form returns 400.
  • A submission appears in the dashboard within a few seconds.
  • Rate-limited callers get 429 with { error: 'rate_limited' }.
Back to top