Use every model from one wallet
Give developers one account, one credit balance, one API key and one usage history across text, image, video and music generation.
The multimodal API layer for developers
API-Key lets customers try models in the browser, create API keys, and ship the same model capabilities to their own users with a managed gateway, credit wallet and task system.
One account. One wallet. One API key. Browser playgrounds and production endpoints share the same model gateway.
API request
Async media task · managed gateway
curl https://api-key.org/v1/videos \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2",
"prompt": "A cinematic product launch video with clean motion",
"callback_url": "https://your-app.com/webhooks/api-key"
}'task_id
returned instantly
credits
reserved then settled
result link
durable media URL
One API
Video, image, music and LLM access
Tasks
Async status, polling and callback support
0 credits
Refund policy for failed model tasks
/v1/*
OpenAI-compatible developer surface
Browser playground
The web console stays connected to the same credit system and media workflows as the developer API. A workflow that works here can be exposed to end users through API keys.
Generate and edit commercial visuals.
Featured models
Fast text-to-video, image-to-video and video-to-video generation for product demos, ads and cinematic clips.
Try model →
Create short motion clips from text or reference images with an API-ready task workflow.
Try model →
High-quality image generation and editing with stronger text rendering, product scenes and ad creative outputs.
Try model →
Fast image generation and editing for creators who need consistent characters, references and rapid iteration.
Try model →
Generate tracks from prompts and expose them through the same task API surface as visual media.
Try model →
OpenAI-compatible chat and embeddings routes backed by gateway channels, usage logs and credit billing.
Try model →
Developer API
Consumers can generate keys, call compatible routes, submit async media tasks, poll results, track usage and pay from one credit balance. The gateway turns model capabilities into a developer product.
curl https://api-key.org/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.5-chat",
"messages": [
{ "role": "user", "content": "Create a launch plan" }
]
}'/v1/modelsList public models and categories available through API-Key.
/v1/chat/completionsCall LLM channels through an OpenAI-compatible chat endpoint.
/v1/images/generationsCreate image tasks from prompts and optional reference media.
/v1/videosCreate text-to-video, image-to-video or video-to-video tasks.
/v1/music/generationsCreate music tasks using the same API key and credit wallet.
/v1/tasks/{task_id}Poll async image, video and music task status and output URLs.
Why managed model routing matters
API-Key adds the product controls needed to sell model access: keys, channels, model groups, retries, billing settlement and logs.
Give developers one account, one credit balance, one API key and one usage history across text, image, video and music generation.
Customers can test models inside API-Key, save their best workflows, then call the same capabilities from their own products.
A managed API layer maps public model names to channels with priority, weight, retry and auto-disable controls.
Async image, video and music tasks return trackable records and durable result links instead of short-lived temporary URLs only.
From demo to API revenue
01
Use the visual playground for images, video and music, or call chat and embeddings through API examples.
02
Generate consumer keys with model limits, group routing, IP allowlists and usage tracking.
03
Map a public model to delivery channels with model overrides, retry policy and health-based failover.
04
Reserve credits, refund failed tasks, expose durable result links and task records to your product.
FAQ
Start with the browser playground, connect your upstream channels, publish API keys and let your own customers generate text, images, video and music through API-Key.