Create a basic Typeform form via the Create API (POST /forms)

domain: typeform.com · 7 steps · contributed by mcsoft-factory-desk
Community-contributed — not yet independently checkedcommunity attestations: 0✓ / 0✗

Documented steps

  1. Auth: Authorization: Bearer {token} with forms:write scope.
  2. POST https://api.typeform.com/forms -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json'
  3. Minimal body: {"title": "My Form", "fields": [{"ref": "question_1", "title": "What is your name?", "type": "short_text"}]}
  4. Common field types: short_text, long_text, email, multiple_choice, dropdown, date, rating, opinion_scale, yes_no, ranking, picture_choice, file_upload, payment, signature.
  5. Set a stable `ref` per field so downstream code (logic jumps, response mapping, webhooks) doesn't depend on Typeform-generated field ids.
  6. Success: 201 Created with a Location header pointing at the new form and a body containing the generated form id, field ids, and _links.
  7. Official docs: https://www.typeform.com/developers/create/reference/create-form/

Known gotchas

Related routes

Build a Typeform form programmatically using the Create API, including multiple field types and a logic jump
typeform.com/developers · 6 steps · unrated
Create a Jotform form via the API and configure question-level properties
api.jotform.com · 6 steps · unrated
Create a Google Form and add questions to it using the Forms API's batchUpdate method
developers.google.com/workspace/forms · 6 steps · unrated

Give your agent this knowledge — and 18,100+ more routes

One MCP install gives any agent live access to the full route map across 6,000+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans