Live now · Weavy.ai + Leonardo.AI supported

One API for the best AI generation platforms

GenityBoost is an API wrapper. We take premium AI generation platforms and expose them through a single, clean API — so you integrate cinematic AI video & images into your product with one call, no per-platform plumbing.

What is GenityBoost

An API wrapper, not another model

We don't train models. We make the best generation platforms easy to use — one consistent request shape, one key, one integration that stays the same as we add more providers.

Unified API

The same /v1/generate request works across every model and provider we wrap. Learn it once.

Drop-in integration

POST a prompt, poll a job, get a media URL. Works with any language or framework in minutes.

Simple, credit-based

Manage keys in your dashboard. Pay only for what you generate — no per-platform accounts to juggle.

Supported platforms

Providers we wrap

Two premium platforms today — Weavy.ai and Leonardo.AI — for AI video & images. More are on the way; your integration won't change when they land.

Weavy.ai

Premium AI video & images — Kling, Seedance, Wan, Veo, Sora, motion control, Nano Banana, Seedream, GPT Image & Grok.

● Live

Leonardo.AI

Dedicated endpoints for Leonardo video & image — Seedance 2.0, Kling 3.0, Veo 3.1, plus GPT Image, Seedream & Nano Banana with image references.

● Live

More providers

Audio & more generation platforms — coming soon.

Coming soon
Available today

Two providers, one endpoint

Weavy.ai models use /v1/generate; Leonardo.AI models use their own /v1/leonardo/* endpoints. Full specs and parameters in the docs.

ModelProviderTypeMaxRefs / notes
Plans

Start free, upgrade for unlimited

Connect your own generation accounts for credits. Free to start; go Pro for unlimited connected accounts and full Leonardo API access.

FREE

Free

Try the full API with your own accounts.

  • Unlimited Weavy accounts · up to 5 Leonardo accounts
  • All Weavy & Leonardo models
  • One unified API + docs
PRO

Pro

For production & scale.

  • Unlimited connected accounts
  • Full Leonardo API access
  • Priority pool routing
Upgrade to Pro
MAX

Max

Everything in Pro, plus automation.

  • Everything in Pro
  • Weavy auto-create tool — bulk-create accounts from a list
  • Accounts auto-connect to your dashboard
Upgrade to Max

Credits come from generation accounts you connect — Weavy adds credits, Leonardo contributes its token balance. The two are separate units. Pro & Max activation is handled by our team after payment.

How it works

From prompt to result in 3 steps

Get a key

Sign up, connect credits, and create an API key in your dashboard.

Send a request

POST your model, prompt, duration and resolution to /v1/generate.

Get your result

Poll the job until it's done, then use the returned media URL anywhere.

# Weavy — one call, any video model curl -X POST https://api.genityboost.site/v1/generate \ -H "X-API-Key: gnty:user01-xxxx" \ -H "Content-Type: application/json" \ -d '{ "model": "kling-video", "prompt": "a hot air balloon over green hills", "duration": 10, "resolution": "1080p", "aspect_ratio": "16:9" }' # Leonardo — dedicated video endpoint curl -X POST https://api.genityboost.site/v1/leonardo/video/generate \ -H "X-API-Key: gnty:user01-xxxx" \ -H "Content-Type: application/json" \ -d '{ "model": "leo-kling-3.0", "prompt": "a fox in an autumn forest", "duration": 5, "resolution": "720p", "aspect_ratio": "16:9" }'

Start building with GenityBoost

Get an API key and make your first generation in minutes. One integration, growing list of providers.