Typeform

api.typeform.com

Community

Typeform is a form and survey platform that creates conversational, one-question-at-a-time experiences. Use this API to create forms programmatically, retrieve form definitions and their responses, count submissions, and manage your forms. Supports various question types including multiple choice, short text, long text, rating, opinion scale, and more.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.typeform.com

Crawl failures

1

Last verified

2026-03-01T11:09:49.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

create_form

other

Create a new form with specified title, fields, and settings.

Detail: https://api.typeform.com/capabilities/create_form

delete_form

other

Permanently delete a form and all its associated responses.

Detail: https://api.typeform.com/capabilities/delete_form

get_form

other

Retrieve the full definition of a specific form including all fields, logic jumps, and settings.

Detail: https://api.typeform.com/capabilities/get_form

get_response_count

other

Get the total number of responses submitted to a specific form.

Detail: https://api.typeform.com/capabilities/get_response_count

get_responses

other

Retrieve all submitted responses for a specific form with filtering and pagination.

Detail: https://api.typeform.com/capabilities/get_responses

list_forms

other

List all forms in your Typeform account with pagination support.

Detail: https://api.typeform.com/capabilities/list_forms

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Typeform
Description: Typeform is a form and survey platform that creates conversational, one-question-at-a-time experiences. Use this API to create forms programmatically, retrieve form definitions and their responses, count submissions, and manage your forms. Supports various question types including multiple choice, short text, long text, rating, opinion scale, and more.
Auth: api_key
Capabilities:
  - create_form: Create a new form with specified title, fields, and settings.
  - delete_form: Permanently delete a form and all its associated responses.
  - get_form: Retrieve the full definition of a specific form including all fields, logic jumps, and settings.
  - get_response_count: Get the total number of responses submitted to a specific form.
  - get_responses: Retrieve all submitted responses for a specific form with filtering and pagination.
  - list_forms: List all forms in your Typeform account with pagination support.