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
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.
Route image and video requests through stable customer endpoints while the platform handles provider access, credits, and job tracking.
Generate JPG or PNG output from prompts and optional reference images.
Create short MP4 clips with preview-ready results from text prompts and optional references.
Your app never handles provider cookies, bearer tokens, or account rotation.
Use your customer API key and an idempotency key for each new generation.
The backend checks balance, reserves credits, and queues the job safely.
A healthy provider session is selected automatically for image or video work.
Poll job status or request the final result URL when processing completes.
Examples use the customer API domain only. Replace ak_live_your_key with the key you create in the customer dashboard.
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"
}'
curl -X POST "https://api.seedance2unlimited.space/v1/videos/generate" \
-H "Authorization: Bearer ak_live_your_key" \
-H "Idempotency-Key: video-order-001" \
-H "Content-Type: application/json" \
-d '{
"prompt": "cinematic drone shot over a futuristic city",
"size": "16:9_SMALL",
"duration": 15
}'
GET /v1/jobs/job_xxx
GET /v1/jobs/job_xxx/result
GET /v1/usage
Buy credit packages in the customer dashboard with Midtrans. Custom packages and reseller terms can still be handled by operator approval.
Start with a limited monthly credit package and live API key setup.
More credits, higher concurrency, and priority support for customer-facing workloads.
Custom credit volume, setup help, and operating guidance for reseller workflows.
The API keeps customer requests stable without exposing internal provider operations.
Retry safely with the same idempotency key and payload when networks fail.
Balance checks and reservations happen before queued work starts.
Long-running image and video jobs return trackable status instead of blocking your app.
Fetch completed job metadata and final result URLs through customer-safe endpoints.
Plans can be tuned around traffic shape and production needs.
Provider access is managed behind the API so your backend stays simpler.
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.
Yes. The first public release supports GPT Image 2 for image generation and Seedance 2.0 Fast for video generation.
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.
Yes, image and video requests can include optional reference images where the generation mode supports them.
Generation runs as an async job. Your app receives a job ID, then polls job status or fetches the result endpoint when complete.
No. The API is designed so customers can use managed generation endpoints without handling provider accounts directly.
Custom packages can support agency and reseller workflows. Contact us with your expected volume and customer flow.
Use the dashboard for email verified login, Midtrans checkout, API key management, usage, and playground. Contact us for custom volume or reseller onboarding.