Ship AI media with one API
Build AI image and video features with one API.
Generate images, edit media, create video, run motion control, and lip sync through one integration and one credit balance.
curl --request POST \
"$API_BASE/models/happyhorse1/generations" \
--header "Authorization: Bearer $API_KEY" \
--data '{
"input": {
"prompt": "Creator in neon Tokyo",
"duration": 5,
"resolution": "720p"
}
}'202 Accepted
gen_8c41 · happyhorse1 · 35,088 credits
30
live models
13
image APIs
17
video APIs
One integration
Route every creative job from one backend.
Provider APIs disagree on auth, schemas, polling, uploads, and failure states. MakeInfluencer normalizes that operational work while preserving each model's real controls.
Live model contracts
Discover exact fields, defaults, limits, capabilities, and examples before you submit.
Quote before spend
Preview the exact credit charge with the same payload, then spend from one shared balance.
Reliable asynchronous jobs
Use idempotent creates, owned status lookups, stable terminal states, and failed-dispatch refunds.
Assets that survive real environments
Upload by presigned URL or use the browser Library when CORS and agent sandboxes block direct PUTs.
Model endpoints
Pick quality, speed, or control per job.
MakeInfluencer Flagship API
makeinfluencer-flagshipQwen Image 2.0 Pro Edit API
qwen-image-2-pro-editHappy Horse 1.0 API
happyhorse1Seedance 2.0 Fast API
seedance2fastKling v3.0 Motion Control Pro API
kling_v30_motion_control_proInfiniteTalk API
infinitetalkREST API
For products and automation
Your backend controls versioned endpoints, idempotency, polling, storage, and the customer experience.
Open REST docsMCP
For Claude and agent clients
An agent discovers MakeInfluencer tools and uses them through OAuth or a personal key. Models and credits are shared; setup is separate.
Open MCP guideStart with one key and the credits already in your account.
Preview the exact cost before every generation. Failed provider dispatches are refunded automatically.
API questions
How is the MakeInfluencer API priced?
Each model input uses the same MakeInfluencer credits as the dashboard. Preview the exact cost before generating, with no separate API subscription or API markup.
Can one API generate images and videos?
Yes. One model-aware generation route supports image generation, editing, text-to-video, image-to-video, motion control, and lip-sync models.
Is the REST API the same as MCP?
No. REST is for product backends and automation that control HTTP requests and polling. MCP is for agent clients such as Claude and Cursor. They share models and credits but have separate setup flows.
