Ultimate AI media · API platform
Bringing together a curated selection of the world's top trending AI models, the next-generation PureApi completely redefines image quality and rendering speed. Break through technical barriers, unleash true productivity, and scale your creative output without limits.
Curated entry points — browse the full catalog, credits, and queue paths in the console.
Seedance 2.0 Text to Video
Seedance 2.0 Video Extend
Wan 2.6 Image Edit
Wan 2.7 Text To Video
Wan 2.7 Video Edit
Wan 2.7 Image To Video
Built for developers
Queue a job, poll status, and settle billing — same JSON shape across launch models. Use cURL in CI or wrap the endpoint in your backend SDK.
curl -X POST "$BASE_URL/api/gateway/queue/seedance-2.0-text-to-video" \
-H "Authorization: Key $API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"A cinematic product reveal, soft lighting, smooth camera motion","duration":"auto","resolution":"720p","aspect_ratio":"auto","generate_audio":false}'Ship integrations quickly, then keep operating costs and failure modes under control.
Route image, video, and edit jobs through one gateway with a stable response contract.
Submit, poll status, and stream results without blocking your application servers.
From first integration to sustained traffic — usage logs, errors, and limits stay predictable.
API keys, server-side pricing, and frozen credits reduce surprise bills and client tampering.
Top up account credits through Stripe Checkout. Public API pricing is resolved server-side from the model registry — clients never dictate cost.
Parse once in your worker layer — extend to new models without redesigning your state machine.
{
"request_id": "uuid",
"model": "seedance-2.0-text-to-video",
"status": "IN_PROGRESS",
"billing": {
"cost_credits": 0,
"charge_status": "FROZEN"
}
}