ZenCreator Public API
ZenCreator offers a Public API for developers and businesses who want to use our AI generation tools programmatically — without going through the regular web app.
Written By Arina
Last updated About 3 hours ago
With the API, you can access all of ZenCreator's tools directly from your own code, app, or product: image generation, face swap, upscaling, video generation, lipsync, face generation, photoshoot, carousel, video-to-video, video merging, and more.
Who is this for?
This is for developers, technical teams, or anyone building a product or workflow that needs automated access to ZenCreator's generation tools. Common use cases:
Building your own product — embed AI image or video generation into your app without exposing ZenCreator as the backend.
Automating content at scale — generate hundreds of product images, variations, or pieces of content without manual clicks.
Connecting to AI agents — the API is built to work with AI agents and MCP clients, so tools like Claude or custom agents can call ZenCreator directly.
How it works
You authenticate with an API key and send requests to generate content. Generations are asynchronous: you start a generation, check its status while it processes, and retrieve the result once it's ready — generations typically take anywhere from a few seconds to a couple of minutes, depending on the tool.
Getting started
Create an API key at https://app.zencreator.pro/api-keys
Open the full documentation at https://api.zencreator.pro/api/public/docs
Make your first request — the documentation includes ready-to-use examples for every tool.
Credits & limits
The API uses the same credit balance as your regular ZenCreator account — using a tool through the API costs the same number of credits as using it in the app. There are also rate limits on how many requests you can send per minute, to keep the system stable for everyone; the documentation lists the exact limits.
FAQ
Do I need a special subscription to use the API?
No — the API uses your existing ZenCreator account and credit balance. You just need to generate an API key.
Does the API support NSFW content?
This depends on the tool and model you use — the same content rules that apply in the app apply through the API as well. Details are in the documentation for each tool.
Do I need to know how to code to use this?
Yes, using the API requires sending requests through code or a tool designed for developers. If you'd prefer not to write code, you can still use all the same tools directly in the ZenCreator app.
Something isn't working with my API integration — who do I contact?
Reach out to our support team with details of the error you're seeing (including any error code, like a 401 or 422), and we'll help you out.
Full documentation
📄 https://api.zencreator.pro/api/public/docs
This includes every available tool, exact pricing, request/response examples, and error codes.