Seedance 2.5 in 1080p is officially on Boldly with the best rates. Starting at just ~$0.35/s
API

One API for every model in Studio

REST access to the same video and image models you use inFilm Studio — Seedance, Kling, Veo, Nano Banana, Seedream and more. One credit balance, one integration surface.

Unified

Unified requests

One createTask payload across video and image models — same catalog as the Studio UI.

Auth

Key authentication

Generate Bearer keys in your account console. Revoke anytime without changing your login password.

Async

Webhooks

Receive callbacks when long-running video jobs complete — no polling required (coming soon).

3-step integration

  1. 1

    Create an API key

    Open the API console, generate a key, and store it securely — shown only once.

    Sign in to create keys →
  2. 2

    Check credits & job status

    Credits live in your Studio balance. Poll GET /api/v1/jobs/getTask with your Bearer key.

  3. 3

    Create a generation request

    POST /api/v1/jobs/createTask with model ID and inputs — see the OpenAPI spec for the full schema.

Reference

Base URL: https://www.boldlywithai.com — header Authorization: Bearer <api_key>

curl -X POST https://www.boldlywithai.com/api/v1/jobs/createTask \
  -H "Authorization: Bearer bwai_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "bytedance/seedance-2.0/image-to-video",
    "inputs": {
      "prompt": "Cinematic tracking shot after rain.",
      "duration": 5,
      "outputResolution": "720p",
      "aspectRatio": "16:9"
    }
  }'

Operations

MethodPathDescription
POST/api/v1/jobs/createTaskQueue a video or image generation job
GET/api/v1/jobs/getTaskPoll job status and retrieve output URL

Credits and pricing

API usage draws from the same one-time credit packs as Film Studio: Launch €9, Pro €99, Unlimited €999. No separate API wallet — top up once, spend everywhere.

https://www.boldlywithai.com/es/api-access