Cliphi for developers
Turn your long video into ready-to-post vertical clips from your agent, app, or workflow. One API, previews first, renders billed.
Cliphi's Agent API takes your video's URL, finds the strongest moments, and returns finished vertical clips with captions and branding. Free previews come first; rendering is the billed choice.
Pick your surface
- REST:
https://www.cliphi.com/api/v1: submit, status, render, plus a keyless demo. Start with the quickstart. - MCP:
https://www.cliphi.com/api/mcp: the same API as MCP tools for Claude connectors, Cursor, Gemini, n8n and any MCP client. See MCP server. - ChatGPT Actions: import the OpenAPI schema into a custom GPT. See ChatGPT Actions.
- Agent skill: a ready-made SKILL.md for OpenClaw and skill-compatible agents, guardrails baked in; published on the skill registries at launch.
The full walkthrough
The Agent API walkthrough carries every request and response shape end to end, plus a keyless live demo you can curl right now:
curl https://www.cliphi.com/api/v1/demoThe rules every integration should keep
- Previews first: show the free
preview_page_urllinks and get an explicit pick before rendering. - Renders cost credits and state their price in the response
(
estimated_credits). Never render unprompted. - Relay
messagefields verbatim; branch on thestatusFIELD, never assume an HTTP 200 means success.
Not building anything? Use Cliphi from ChatGPT or Claude instead.
Last updated on