Getting started
Introduction
Generate images, video, audio and speech from a single REST API.
Overview
The Dreamward API lets you create and edit media programmatically. Every generation follows the same shape: you submit a job describing the action and model, then read the result — synchronously for images, or by polling for longer video and audio jobs.
Requests are authenticated with an API key, priced in credits, and return errors in a predictable, Stripe-style envelope.
Base URL
All endpoints live under a single versioned base URL.
https://api.dreamward.ai/v1What you can build
Text-to-image, image-to-video, upscaling, background removal, resizing, music and speech — each is one action against the same /generations endpoint. The available models per action are listed by /models.
New to the API? Jump to the Quickstart to make your first request in under two minutes.