Production-ready image and video generation API

Self-service API access for image and video generation

Create a customer portal account with email verification, buy credits through Midtrans, manage API keys, and generate GPT Image 2 or Seedance 2.0 Fast jobs through one managed REST API.

Base URL
api.seedance2unlimited.space
Portal
Email verification
Payments
Midtrans checkout
API request flowing into generated image and video result cards
REST API Customer dashboard Midtrans payments Async jobs Idempotency Credit ledger
Models

One API for visual generation workloads

Route image and video requests through stable customer endpoints while the platform handles provider access, credits, and job tracking.

IMG POST /v1/images/generate

GPT Image 2

Generate JPG or PNG output from prompts and optional reference images.

  • Best for product images and campaign visuals
  • Supports character and style direction
  • Image LOW from 20 credits
MP4 POST /v1/videos/generate

Seedance 2.0 Fast

Create short MP4 clips with preview-ready results from text prompts and optional references.

  • Best for social clips and animation tests
  • Async job status and result retrieval
  • Video STANDARD from 3500 credits
Workflow

Send a request, receive a job, fetch the result

Your app never handles provider cookies, bearer tokens, or account rotation.

  1. 1

    Send request

    Use your customer API key and an idempotency key for each new generation.

  2. 2

    Reserve credits

    The backend checks balance, reserves credits, and queues the job safely.

  3. 3

    Run generation

    A healthy provider session is selected automatically for image or video work.

  4. 4

    Retrieve result

    Poll job status or request the final result URL when processing completes.

Quickstart

Call the public customer API from any backend

Examples use the customer API domain only. Replace ak_live_your_key with the key you create in the customer dashboard.

Generate an image
curl -X POST "https://api.seedance2unlimited.space/v1/images/generate" \
  -H "Authorization: Bearer ak_live_your_key" \
  -H "Idempotency-Key: image-order-001" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "cinematic product shot on a clean studio background",
    "quality": "LOW",
    "size": "1:1_SMALL"
  }'
Job status GET /v1/jobs/job_xxx
Result URL GET /v1/jobs/job_xxx/result
Usage GET /v1/usage
Pricing

Simple credit packages for testing, production, and resale

Buy credit packages in the customer dashboard with Midtrans. Custom packages and reseller terms can still be handled by operator approval.

Starter

For testing and small apps

Start with a limited monthly credit package and live API key setup.

  • Image generation from 20 credits
  • Video generation from 3500 credits
  • Basic concurrency limits
  • Email or chat support
Buy Starter
Growth

For production usage

More credits, higher concurrency, and priority support for customer-facing workloads.

  • Larger monthly credit volume
  • Higher queue and rate limits
  • Priority troubleshooting
  • Usage review before scaling
Buy Growth
Custom

For agencies and resellers

Custom credit volume, setup help, and operating guidance for reseller workflows.

  • Volume-based credit packages
  • Dedicated onboarding support
  • Reseller-friendly API workflow
  • Custom usage planning
Discuss Custom
Reliability

Built for apps that need predictable generation workflows

The API keeps customer requests stable without exposing internal provider operations.

ID

Built-in idempotency

Retry safely with the same idempotency key and payload when networks fail.

CR

Credit reservations

Balance checks and reservations happen before queued work starts.

Q

Async queue handling

Long-running image and video jobs return trackable status instead of blocking your app.

URL

Result retrieval

Fetch completed job metadata and final result URLs through customer-safe endpoints.

RL

Rate and concurrency limits

Plans can be tuned around traffic shape and production needs.

PS

Provider session management

Provider access is managed behind the API so your backend stays simpler.

FAQ

Common questions before ordering access

How do I get an API key?

Open the customer dashboard, verify your email, buy credits through Midtrans, then create an API key from the API Keys screen. Full keys are shown once.

Do you support both image and video?

Yes. The first public release supports GPT Image 2 for image generation and Seedance 2.0 Fast for video generation.

How are credits charged?

Buy credits in the dashboard. Generation requests reserve credits first, then commit or refund based on job result. Image LOW starts from 20 credits, Image MEDIUM from 120 credits, and video pricing depends on size tier.

Can I use reference images?

Yes, image and video requests can include optional reference images where the generation mode supports them.

What happens if a generation takes time?

Generation runs as an async job. Your app receives a job ID, then polls job status or fetches the result endpoint when complete.

Do I need my own Leonardo account?

No. The API is designed so customers can use managed generation endpoints without handling provider accounts directly.

Can I resell access?

Custom packages can support agency and reseller workflows. Contact us with your expected volume and customer flow.

Order access

Start from the dashboard or contact sales

Use the dashboard for email verified login, Midtrans checkout, API key management, usage, and playground. Contact us for custom volume or reseller onboarding.