Seedance 2.5 from ByteDance is officially available on Apiframe.

Integrations

Generate AI media inside
the tools you already use.

Connect Apiframe to Zapier, Make, n8n, and Pipedream to generate image, video, and music automatically. Trigger from any app, deliver anywhere, no code required.

8,000+
Apps you can connect
4
No-code platforms
70+
Models, one key
Minutes
To your first automation

One flow, fully automated.

A trigger fires, Apiframe generates the media, and the result is delivered every time, without manual work.

Triggers

Typeform Typeform New submission
Google Sheets Google Sheets Row added
API call Direct request
Apiframe Apiframe generates media

Destinations

Slack Slack Post to channel
Google Drive Google Drive Save to folder
Facebook Facebook Publish post
Webhook Your endpoint

9,800+

developers & companies

4.8 on G2

Official partner of

BytePlus Alibaba Cloud MiniMax

For developers

Prefer to build it yourself?

No-code is optional. Everything the integrations do runs on the same REST API and SDKs, with webhooks so results come to you.

  • Plain REST API One HTTPS endpoint per modality, JSON in and out. Call it from any language or platform.
  • Official SDKs Node.js and Python clients so you can kick off a generation in a few lines of code.
  • Webhooks on every job Pass a webhook_url and we push the completed job to your endpoint the moment media is ready. No polling.
  • Automatic credit refunds Generations run as async jobs, and if a job fails the credits reserved for it are refunded automatically.
generate.sh
## Kick off a job. The result is pushed to your webhook
curl -X POST https://api.apiframe.ai/v2/images/generate \
  -H "X-API-Key: afk_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{ "model": "...", "prompt": "...",
       "webhook_url": "https://yourapp.com/hooks/apiframe" }'
POST → your endpoint
{
  "jobId": "job_9f2c8a10",
  "status": "COMPLETED",
  "result": ["https://cdn2.apiframe.ai/out.mp4"]
}

Integration questions

Everything else lives in the docs, or ask us directly on Discord.

Do I need to write code to use integrations?

No. Zapier, Make, n8n, and Pipedream are no-code platforms. You connect Apiframe as a step in a visual workflow, choose a model, and map your fields. If you prefer code, the same actions are available through our REST API and SDKs.

Which apps can I connect to Apiframe?

Through Zapier alone you can reach over 8,000 apps, plus thousands more via Make and Pipedream. Anything those platforms support (spreadsheets, forms, CRMs, storage, chat, social) can trigger a generation or receive the finished media.

How does Apiframe fit into an automation?

Apiframe is an action step. A trigger fires (a form submission, a new row, a schedule, or a direct API call), Apiframe generates the image, video, or music, and a later step or webhook delivers the result wherever you need it.

Can I receive results automatically?

Yes. Generations run as async jobs, and you can pass a webhook_url so Apiframe calls your endpoint the moment media is ready. No-code platforms handle this for you; in code you get the payload with hosted output URLs.

Is there a self-hosted option?

n8n is open-source and self-hostable, so you can run the entire workflow inside your own infrastructure while calling Apiframe for generation. It's a common choice for teams with strict data-locality requirements, and we have a step-by-step setup guide.

Do integrations use my plan credits?

Yes. Generations triggered from any integration draw from the same credit balance as direct API calls, with the same per-model rates. There's no surcharge for using a no-code platform.

Power your next AI product with Apiframe.

Instant access to 70+ media models through a single API. Start free and scale when you're ready.