Tool request: iLoveVideoEditor video rendering API #3844
iLoveVideoEditor (ilovevideoeditor)
started this conversation in
Tool/Toolkit Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tool Request: iLoveVideoEditor — video rendering API
iLoveVideoEditor is a JSON-to-MP4 video rendering API built for AI agents: define a scene as JSON (or pick one of 249 motion-design templates), submit a render job, poll status, and download the finished MP4. Great fit for agent-generated marketing videos, social clips, product demos, and personalized video at scale.
Links
@ilovevideoeditor/sdk-node@ilovevideoeditor/mcp-server— already in the official MCP registry ascom.ilovevideoeditor/mcp-server, and listed on Smithery, Glama (grade A) and mcp.so.Endpoints worth wrapping
GET /v1/templates— list video templates + variable schemasPOST /v1/renders— submit a render job (raw VideoJSON or template + variables)GET /v1/renders/:id— poll render status (queued → rendering → completed)GET /v1/renders/:id/download— signed MP4 download URLAuth is a single
x-api-keyheader; free keys at https://ilovevideoeditor.com/dashboard/account/api.Why
Video generation is one of the most requested agent capabilities, and most "AI video" tools are prompt-to-video black boxes. iLoveVideoEditor is deterministic and template-driven — agents get predictable, brand-safe MP4 output with real text, images, captions, effects and transitions, which makes it reliable inside automated workflows (LangChain, CrewAI, Rube, etc.). Happy to provide a test API key for the team.
Beta Was this translation helpful? Give feedback.
All reactions