New Dreamina API v1 — experimental API for Dreamina by ByteDance:

  • Video generation with Seedance 2.0, Dreamina 3.5 Pro, and Dreamina 3.0 models
  • Text-to-video, image-to-video (first frame), end frame, and multi-frame keyframe modes
  • Multiple accounts with automated load balancing

Note: Seedance 2.0 is not yet visible in the Dreamina website UI but is available internally — we anticipate an official release the week of February 23, 2026. All generations initiated via the API appear on the Dreamina website, where you can verify that the Seedance 2.0 model was used.

Cost estimate (Dreamina Advanced subscription):

  • Monthly: $40/mo, 30K credits — ~$0.095 per 12s Seedance 2.0 generation (72 credits each)
  • Yearly: $335/yr, 30K credits/mo — under $0.07 per generation
  • 2 free generations per day on every account
  • Both plans include free unlimited Seedream 4.0 image generation (2K)

Example 1: Image-to-video via POST /videos

firstFrameRef:

curl --location 'https://api.useapi.net/v1/dreamina/videos' \
--header 'Authorization: Bearer user:12345-…' \
--form 'prompt="Lady on the left leans into the lens and starts making a \"duck face,\" then suddenly stops and pokes the Lady on the right.
Lady on the left says \"Wait, is the '\''Big Forehead'\'' filter on?\" and starts tapping the camera screen aggressively.
Lady on the right leans in, looks deeply into the lens, and says \"No... that'\''s just your face today,\" before they both burst into laughter and the camera shakes."' \
--form 'model="seedance-2.0"' \
--form 'firstFrameRef="US:[email protected]:w760:h1400:s87516-uri:…"' \
--form 'duration="12"'

Result


Example 2: Text-to-video via POST /videos

curl --location 'https://api.useapi.net/v1/dreamina/videos' \
--header 'Authorization: Bearer user:12345-…' \
--form 'prompt="A high-fidelity video of a round, fluffy grey cat with large amber eyes in a convenience store. The cat has a bag of dried fish in its mouth and is walking with a funny, high-step waddle to avoid tripping on it. A woman in a white turtleneck and a \"Store Manager\" vest walks into the shot, laughs, and picks up the cat like a toddler. The cat refuses to drop the fish. Natively generated audio includes the soft chime of a store door and the crinkle of the plastic fish bag."' \
--form 'model="seedance-2.0"' \
--form 'ratio="9:16"' \
--form 'duration="12"'

Result


Example 3: Image-to-video via POST /videos

firstFrameRef:

curl --location 'https://api.useapi.net/v1/dreamina/videos' \
--header 'Authorization: Bearer user:12345-…' \
--form 'prompt="Donald and Melania dancing the cha-cha. He is screaming, \"I won the dance competition, give me my prize now!\""' \
--form 'model="seedance-2.0"' \
--form 'firstFrameRef="US:[email protected]:…"' \
--form 'duration="12"'

Result