GPT IMAGE 2.5 | WAN 3.0 | SEEDANCE 2.5 IS NOW LIVE!

GENERATE YOUR VIDEOS WITH UNLIMITED SEEDANCE 2.5 TODAY.

NO EXTRA SUBSCRIPTION
REVIRAL
Get API key
Browse API docs

Models · Video

Seedance 2.5 720p (fixed 30-second clip, video and audio references) API

Was this page helpful?

Seedance 2.5 720p (fixed 30-second clip, video and audio references) is good for generating short video shots when you need its listed duration, resolution, and framing options.

Pricing

Default example: 30-second video at 720p costs 125 credits, or $1.56 at the $4.99 Mini Pack rate ($4.99 for 400 credits).

ResolutionUnitCreditsUSD
720pPer 30-second video125 cr$1.56

Accepted inputs

Kind
video
Durations
30s
Resolutions
720p
Aspect ratios
16:9, 9:16, 1:1
Reference inputs
Images: 30. Videos: 10 (No published duration limit; 62914560 bytes each). Audio: 10 (up to 52428800 bytes).
Defaults
30s · 720p · 9:16

Sample request

The request uses the current default settings for this model and the public GenerateMediaRequest schema.

curl -X POST "https://reviral.ai/api/v1/generate-media" \
  -H "Authorization: Bearer $REVIRAL_API_KEY" \
  -H "Idempotency-Key: first-generation" \
  -H "Content-Type: application/json" \
  --data '{"model":"seedance-2.5-720p-flat-video-refs","prompt":"A slow camera move across a quiet lake at sunrise","durationSec":30,"resolution":"720p","aspectRatio":"9:16","maxCredits":125}'

Response and output

Accepted job
{
  "data": {
    "jobId": "550e8400-e29b-41d4-a716-446655440000",
    "kind": "video",
    "model": "seedance-2.5-720p-flat-video-refs",
    "creditsCharged": 125,
    "status": "queued",
    "statusUrl": "/api/v1/jobs/550e8400-e29b-41d4-a716-446655440000"
  }
}
Ready job
{
  "data": {
    "jobId": "550e8400-e29b-41d4-a716-446655440000",
    "kind": "video",
    "model": "seedance-2.5-720p-flat-video-refs",
    "creditsCharged": 125,
    "status": "ready",
    "statusUrl": "/api/v1/jobs/550e8400-e29b-41d4-a716-446655440000",
    "outputUrl": "https://reviral.ai/signed-output",
    "durationSec": 30
  }
}

Error cases

  • 404 model_not_available: the ID is no longer in the live catalog.
  • 409 price_changed: the current cost differs from maxCredits.
  • 422 validation_error: duration, resolution, aspect ratio, size, or count is not accepted.
  • 429 rate_limit_exceeded: wait for Retry-After before retrying.

Frequently asked questions

How much does the Seedance 2.5 720p (fixed 30-second clip, video and audio references) API cost?
The default 30-second video at 720p costs 125 credits, about $1.56 at the $4.99 Mini Pack rate ($4.99 for 400 credits). Read the live models endpoint before submitting.
Which inputs does Seedance 2.5 720p (fixed 30-second clip, video and audio references) accept?
It accepts the listed generation settings plus up to 30 image, 10 video, and 10 audio references. Zero means that reference kind is unavailable.
How do I retrieve Seedance 2.5 720p (fixed 30-second clip, video and audio references) output?
Poll the returned status URL until the job is ready, then download the signed output URL or URLs before they expire.