API
API
DesignerBox exposes a REST API so you can generate media and manage assets programmatically, powering the same capabilities you use in the app.
Base path
All endpoints live under the versioned prefix /api/v1/. Requests and responses are JSON.
What you can do
The API mirrors the product's core areas, including:
ai- image and video generation.assets- your files and generated media.video-tasks- track video generation jobs.templatesandpipelines- run techniques and workflows.
Credits
API generations consume credits from your plan, the same pool the app uses. A generation deducts credits when it runs, so monitor your balance in the app. See Plans, Credits, and Limits.
For programmatic access tied to your account, manage access from your account settings in the app.
Related
- Workflows and the Canvas - the pipelines the API can run.
- White-Label - serve generation under your own brand.
- Plans, Credits, and Limits - how API generations consume credits.