Changelog
Change history for the Clipia public API v1, the MCP server and the SDKs — launch, contract updates and new capabilities.
Change history for the Clipia public API (/v1/*), the remote MCP server https://api.clipia.ai/mcp and the official SDKs. Newest entries first. The /v1/* contract is stable; breaking changes are called out explicitly.
2026-06-13
- Image previews in MCP. The
generate_imagetool returns its result in a single call with an inline preview: the agent sees the image and can iterate. In claude.ai generations render as an interactive card with live progress and an "Original" button. - MCP limits no longer throttle sessions. Protocol JSON-RPC noise (initialize, tools/list, ping) is no longer counted toward the per-minute limit — only tool calls count.
2026-06-12
- Public API and MCP launch. The public Queue API
/v1/*(submit → poll / webhook) is live, alongside official SDKs for TypeScript (clipia-ai) and Python (clipia) and a CLI. - Remote MCP server.
https://api.clipia.ai/mcp(Streamable HTTP) is online with 8 agent tools: generate images and video right from Claude Code, claude.ai, ChatGPT, Cursor and other MCP clients. - Sandbox. Keys prefixed
clipia_test_return instant mock results with no credit charge.
Cancel endpoint removed
The cancel endpoint has been removed from the public API. Credits are reserved at submit, and most models cannot stop a generation once started — cancel would create a misleading "CANCELED" status while credits were already spent. The CANCELED status remains valid in responses: a job may be canceled outside the API and is then returned as terminal.