Now in Claude: generate images & videos from chat
Connect

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.

One keyShared creditsFailed-job refunds
POST /v1/models/happyhorse1/generations
Requestauthenticated
curl --request POST \
  "$API_BASE/models/happyhorse1/generations" \
  --header "Authorization: Bearer $API_KEY" \
  --data '{
    "input": {
      "prompt": "Creator in neon Tokyo",
      "duration": 5,
      "resolution": "720p"
    }
  }'
Output ready

202 Accepted

gen_8c41 · happyhorse1 · 35,088 credits

Request sent
202 queued
Output ready

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.

01

Quote before spend

Preview the exact credit charge with the same payload, then spend from one shared balance.

02

Reliable asynchronous jobs

Use idempotent creates, owned status lookups, stable terminal states, and failed-dispatch refunds.

03

Assets that survive real environments

Upload by presigned URL or use the browser Library when CORS and agent sandboxes block direct PUTs.

04

REST API

For products and automation

Your backend controls versioned endpoints, idempotency, polling, storage, and the customer experience.

Open REST docs

MCP

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 guide

Start 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.