Clipform

Introduction

Getting started with the Clipform REST API.

The Clipform API lets you create and manage video forms programmatically. You can create forms, add nodes, upload media, and more - all from your own code or tools like the MCP server.

Base URL

All API requests use the following base URL:

https://api.clipform.io/v1

Authentication

The easiest way to interact with the Clipform API is through the MCP server, which handles authentication automatically via OAuth or anonymous mode.

What you can do

AreaDescription
FormsCreate, list, update, and delete forms including theme colours
NodesAdd nodes (Choice, Open-Ended, Contact, etc.) to forms
Node MediaUpload videos or images to nodes
TagsOrganise forms with tags
CreativeSearch stock media, generate TTS audio, render video compositions
AuthenticationVerify your API key and check workspace info

Rate limits

The API enforces rate limits based on your plan. If you exceed the limit, requests return 429 Too Many Requests. Wait and retry with exponential backoff.

On this page