Mager API

Build on Mager AI, from your own application.

One REST API for the Mager platform. Image and text generation are available now; the Clipper engine, which turns long videos into short vertical clips, is coming next.

One key, one header

Create a key in the dashboard and send it as x-mager-api-key. No OAuth dance, no token refresh.

Models describe themselves

Every model publishes an input schema, so you can build a form or validate a payload without guessing.

One shape for every engine

Image generation today, the Clipper engine next. Same key, same task lifecycle, same webhooks.

Poll or get called back

Generation runs in the background. Poll the task, or set a callback URL and let Mager notify you.

Your first request

curl https://api.mageran.ai/api/v1/models \
  --header 'x-mager-api-key: YOUR_API_KEY'

Read the quickstart for the full flow, from key to finished file.