Typeform
Typeform is a conversational forms and surveys platform with branching logic, integrations and analytics. The developer platform exposes four primary API surfaces — Create API (manage forms/themes/images), Responses API (programmatic access to submissions), Webhooks API and an Embed SDK — along with deep workspace and account endpoints. API documentation is hosted on Stoplight; a downloadable OpenAPI spec is not publicly available.
APIs
Typeform Create API
REST API for creating, updating and deleting forms, themes, images and workspaces. Bearer-token authentication via personal access tokens.
Typeform Responses API
REST API to retrieve form submissions in JSON without polling webhooks. Bearer-token auth.
Typeform Webhooks API
REST endpoints for managing webhooks that POST every submission to a configured URL.
Typeform Embed SDK
JavaScript embed SDK for inline / popup / fullscreen / sidetab / popover / slider experiences in your own website or web app. Not a REST API.