UlazAI developer docs
API reference index
Reference index
Jump to the exact integration page you need for image APIs, Video Studio workflows, model capabilities, lifecycle handling, and migration paths.
Image API
Canonical POST /api/v1/generate/ docs with model-based snippets.
Agent quickstart
Point-and-shoot guide for external agents, connectors, and white-label apps.
Video Studio API
Canonical POST /api/v1/video-studio/generate/ docs for all video models.
Image model matrix
Unified versus legacy image model availability.
Video model matrix
Capabilities, ratios, durations, and quality modes per video model.
WAN 2.7 video detail
Mode-specific rules and payload examples for t2v, i2v, video edit, and r2v.
Wan 3.0 video detail
Parameters, input combinations, credit rates, and request examples for Wan 3.0 Video and Prime.
Image status and webhooks
Image lifecycle states, polling strategy, and callback behavior.
Video status workflows
Video job lifecycle, status polling, and result handling.
Core endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/v1/generate/ |
Create image generation jobs |
| GET | /api/v1/models/image/ |
List image models + capabilities |
| GET | /api/v1/generate/{generation_id}/ |
Get image generation state and result URL |
| POST | /api/v1/video-studio/generate/ |
Create Video Studio jobs for all video models |
| GET | /api/v1/video-studio/status/{job_id}/ |
Get Video Studio job state and result URLs |
| GET | /api/v1/models/video/ |
List video models + capabilities |
| GET | /api/v1/video-studio/history/ |
List recent Video Studio jobs |
Legacy and specialized docs
Use the API reference as the source for current request fields
Start with the endpoint for the studio you need, then confirm authentication, required inputs and the returned job identifier. Examples are a starting point; the field definitions beside them are the contract.
Handle queued, completed and failed states separately. Store the job ID so a browser refresh or worker restart does not lose the generation in progress.