Typeform
api.typeform.com
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.
api_key
free
1.0
https://api.typeform.com
1
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
otherCreate a new form with specified title, fields, and settings.
Detail: https://api.typeform.com/capabilities/create_form
delete_form
otherPermanently delete a form and all its associated responses.
Detail: https://api.typeform.com/capabilities/delete_form
get_form
otherRetrieve 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
otherGet the total number of responses submitted to a specific form.
Detail: https://api.typeform.com/capabilities/get_response_count
get_responses
otherRetrieve all submitted responses for a specific form with filtering and pagination.
Detail: https://api.typeform.com/capabilities/get_responses
list_forms
otherList 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.