---
title: "Form Builder REST API | NeetoForm"
description: "Use the NeetoForm REST API to list and create forms, fetch form submissions and manage team members from your own apps with API key authentication."
canonical_url: "https://www.neeto.com/neetoform/features/api"
markdown_url: "https://www.neeto.com/neetoform/features/api.md"
---

# Form Builder REST API | NeetoForm

Use the NeetoForm REST API to list and create forms, fetch form submissions and manage team members from your own apps with API key authentication.

## Overview

The NeetoForm REST API lets developers work with forms and submissions from their own applications. It follows REST conventions, returns JSON and uses standard HTTP response codes. Requests are authenticated with an API key and your workspace subdomain.

With the API, you can list forms, create forms, list the submissions for a form and manage team members, including adding, updating and removing them. Responses are paginated, and requests are rate limited to keep usage fair.

Teams use the form API to pull responses into reporting tools, sync submission data with internal systems or automate workspace administration. The documentation also covers a NeetoForm CLI and an MCP server for working with forms from the terminal or an AI assistant.

## Links

-   [Human page](https://www.neeto.com/neetoform/features/api)
