Google Flow API v1 — Nano Banana 2 Lite:
• New image model
• Google removed Imagen from Flow. The
•
• New image model
nano-banana-2-lite (Gemini 3.1 Flash-Lite Image) — Google's fastest image generation and editing model, available on all plans including free accounts. It is now the default for POST /images and supports up to 10 reference images, inline @-mentions, and upscaling via POST /images/upscale.• Google removed Imagen from Flow. The
imagen-4 value stays accepted as a deprecated alias and now maps to nano-banana-2-lite, so existing integrations keep working (and the alias now accepts up to 10 references instead of 3).•
4k image upscaling requires a paid Google plan. On a free account it fails with 403 captcha_quality: PUBLIC_ERROR_UNUSUAL_ACTIVITY — Google reports the plan restriction as a reCAPTCHA rejection, so raising captchaRetry only spends captcha credits. 2k works on all plans.Experimental API for AI services
Google Flow API v1
useapi.net Google Flow API v1 — REST API for Google Flow by Google Labs: cinematic video with Veo 3.1 and Gemini Omni Flash, plus image generation with Nano Banana 2 Lite, Nano Banana 2 and Nano Banana Pro.
PixVerse API v2 — Nano Banana 2 Lite image model:
• New image model
• Free in unlimited Relax Mode on Pro ($30/m) and higher plans, the same as
• New image model
nano-banana-2-lite (Gemini 3.1 Flash-Lite Image) on POST /images — Google's fastest, most cost-efficient image model. Generates at 1080p and accepts up to 14 reference images for image-to-image, the only PixVerse image model that exceeds 9.• Free in unlimited Relax Mode on Pro ($30/m) and higher plans, the same as
qwen-image.Experimental API for AI services
PixVerse API v2
useapi.net PixVerse API v2 — REST API for PixVerse.ai: native PixVerse V6 and V5.x video plus third-party Seedance 2.0, Kling O3/V3, Veo 3.1, Sora 2, Grok Imagine and HappyHorse, image generation, music generation, text-to-speech, video effects, extend, upscale…
Runway API v1 — Nano Banana 2 Lite image model:
• New image model
• All Nano Banana models now accept
• New image model
nano-banana-2-lite (Gemini 3.1 Flash-Lite Image) on POST /images — Google's fastest image model, up to 14 reference images. Unlimited with exploreMode.• All Nano Banana models now accept
aspect_ratio auto, which is also their new default — the request omits the ratio and the model picks it.Experimental API for AI services
Runway API v1
useapi.net Runway API v1 — REST API for Runway AI: a unified video endpoint spanning Gen-4.5, Gen-4 and Gen-4 Turbo plus Veo 3.1, Sora 2, Kling, Wan, Seedance 2.5, Seedance 2.0 (including Fast and Mini), and Grok Imagine 1.5; image generation (FLUX.2, Nano…
Mureka API v1 — simpler, fully browserless account setup:
• POST /accounts now takes the
• New one-page Connect Mureka flow captures both tokens for you — run the snippet, sign in to Mureka, and your account is added.
• POST /accounts now takes the
token and refresh_token you copy from Mureka at sign-in, instead of a Google cookie. The API keeps your session alive on its own — when the token expires it refreshes with no browser and no Google involved. See Setup Mureka.• New one-page Connect Mureka flow captures both tokens for you — run the snippet, sign in to Mureka, and your account is added.
Experimental API for AI services
Mureka API v1
useapi.net Mureka API v1 — REST API for Mureka AI by Kunlun Tech, a Suno/Udio alternative: generate songs from a prompt or lyrics with Mureka’s latest models (V9 default, V8, O2, V7.x), plus TTS speech and custom voice cloning.
PixVerse API v2 — Seedream 5.0 Pro image model:
• New image model
•
• New image model
seedream-5.0-pro (Seedream 5.0 Pro) on POST /images — ByteDance's high-quality generation and editing model. Generates at 1080p (15 credits) or 1440p (30 credits) and accepts up to 10 reference images for image-to-image. Unlimited with Ultra PixVerse subscription.•
seedream-5.0-lite now generates at 2160p (18 credits), alongside its existing 1440p and 1800p tiers.Experimental API for AI services
PixVerse API v2
useapi.net PixVerse API v2 — REST API for PixVerse.ai: native PixVerse V6 and V5.x video plus third-party Seedance 2.0, Kling O3/V3, Veo 3.1, Sora 2, Grok Imagine and HappyHorse, image generation, music generation, text-to-speech, video effects, extend, upscale…
Runway API v1 — workspace (team) accounts:
• POST /accounts now accepts
• GET /features now returns a
• POST /accounts now accepts
useWorkspace to bill generation against a paid Runway workspace (team) an account was added to, rather than the account's own plan. Pass true to auto-select the account's single paid workspace, or a team id to pin a specific one. The resolved workspace is returned in the new workspace object and shown by GET /accounts.• GET /features now returns a
teams array listing the workspaces an account belongs to and their plans, so you can find the team id to use with useWorkspace.Experimental API for AI services
Runway API v1
useapi.net Runway API v1 — REST API for Runway AI: a unified video endpoint spanning Gen-4.5, Gen-4 and Gen-4 Turbo plus Veo 3.1, Sora 2, Kling, Wan, Seedance 2.5, Seedance 2.0 (including Fast and Mini), and Grok Imagine 1.5; image generation (FLUX.2, Nano…
AI Music APIs Compared: Mureka vs MiniMax vs ElevenLabs vs Lyria 3 Pro
https://www.youtube.com/watch?v=9-tVK4SYuR4
https://www.youtube.com/watch?v=9-tVK4SYuR4
Experimental API for AI services
AI Music APIs Compared: Mureka vs MiniMax vs ElevenLabs vs Lyria 3 Pro
Five AI music models tackle the same prompts — Mureka O2 and V9, MiniMax music-2.6, ElevenLabs music-v1, and Lyria 3 Pro. 30 tracks with prices, speeds, and findings.
👍1
Kling API v1 — connect accounts that hit the login slider captcha:
• POST /accounts now accepts an optional
• GET /accounts, GET /accounts/<email>, and POST /accounts now return
• POST /accounts now accepts an optional
passToken + did + userId trio (all three together, or none). Provide them for an account that gets the Kling login slider captcha, which our server cannot solve — the values are your signed-in Kling session, captured from your own browser where you solve the slider once. The account is then stored in passToken mode and refreshes captcha-free (no password login). Accounts that never see the slider still connect with just email and password — nothing changes for them. Setup Kling has a guided browser connect tool that captures the values for you.• GET /accounts, GET /accounts/<email>, and POST /accounts now return
authMode (password or passToken) on every account, so you can tell how each one authenticates.Experimental API for AI services
Kling API v1
useapi.net Kling API v1 — REST API for Kling AI by Kuaishou: video generation across Kling v3, v3 Turbo, O3, 2.6, 2.5, 2.1 and 1.6, plus avatars, motion control, reusable elements, lip-sync TTS and custom voice cloning.
Mureka API v1 — email + password accounts that stay connected:
• POST /accounts now accepts
• New guided Connect Mureka with email + password page reveals Mureka's hidden email sign-up, walks you through creating the account, and links it for you.
• GET /accounts and POST /accounts now return
• POST /accounts now accepts
email + password to connect a dedicated Mureka account. The API stores the password and logs back in automatically whenever Mureka ends the session, so the account keeps working with no manual re-linking — the most durable way to connect. The existing token + refresh_token method still works. See Setup Mureka.• New guided Connect Mureka with email + password page reveals Mureka's hidden email sign-up, walks you through creating the account, and links it for you.
• GET /accounts and POST /accounts now return
authMode on each account — email (email + password, self-healing) or token (session/refresh-token only, re-link when it fully expires) — so you can tell how each one authenticates.Experimental API for AI services
Mureka API v1
useapi.net Mureka API v1 — REST API for Mureka AI by Kunlun Tech, a Suno/Udio alternative: generate songs from a prompt or lyrics with Mureka’s latest models (V9 default, V8, O2, V7.x), plus TTS speech and custom voice cloning.
👍1
Google Flow API v1 — occasional missing media download links:
Google hands out media download links from an endpoint that limits how often it will answer a given network address. This is Google limiting our outbound calls, not useapi.net limiting you, and nothing you do triggers it. When it happens, Google returns an "unusual traffic" block page instead of a link, and it clears on its own. To put the frequency in context: across the last seven days of our request logs it occurred on a single day, twice — once for about four hours and once for about forty minutes — and not at all on the other six days. It is uncommon, but while an episode is running it affects a large share of link requests rather than a stray one.
• POST /videos, POST /videos/upscale and POST /videos/extend now omit
• GET /jobs/<jobId> now repairs itself. Poll a completed video job again and any link that could not be produced earlier is resolved and saved, so you get it on a later poll with no code change and no extra call.
• GET /assets/<mediaGenerationId> accepts a new
• POST /images now documents
Google hands out media download links from an endpoint that limits how often it will answer a given network address. This is Google limiting our outbound calls, not useapi.net limiting you, and nothing you do triggers it. When it happens, Google returns an "unusual traffic" block page instead of a link, and it clears on its own. To put the frequency in context: across the last seven days of our request logs it occurred on a single day, twice — once for about four hours and once for about forty minutes — and not at all on the other six days. It is uncommon, but while an episode is running it affects a large share of link requests rather than a stray one.
• POST /videos, POST /videos/upscale and POST /videos/extend now omit
videoUrl, thumbnailUrl, fifeUrl and servingBaseUri when a link cannot be produced, rather than returning one that does not work. Your generation still completed and is unaffected.• GET /jobs/<jobId> now repairs itself. Poll a completed video job again and any link that could not be produced earlier is resolved and saved, so you get it on a later poll with no code change and no extra call.
• GET /assets/<mediaGenerationId> accepts a new
raw parameter. Adding ?raw=true streams the video file itself through useapi.net instead of returning a link, and it keeps working while links are unavailable. It is video only, and it is meant as a way out of a stuck download rather than your normal download path.• POST /images now documents
encodedImage. Whenever an image URL is missing the picture arrives inline as base64 instead, so an image response always carries the bytes one way or the other. Images were never affected by the problem above.Experimental API for AI services
Google Flow API v1
useapi.net Google Flow API v1 — REST API for Google Flow by Google Labs: cinematic video with Veo 3.1 and Gemini Omni Flash, plus image generation with Nano Banana 2 Lite, Nano Banana 2 and Nano Banana Pro.
❤2
MiniMax API v1 — Hailuo 3.0 on POST videos/create:
• New video model
• Supports text-to-video, start/end frames, and omni references — up to 9 images (
• Aspect ratios 21:9, 16:9, 4:3, 1:1, 3:4, 9:16 and
•
Examples — H3 head to head with Seedance 2.0 on identical omni references
• New video model
Hailuo-3.0 (MiniMax H3) — 2K output at 24 fps, 4–15 seconds, with native stereo audio on every generation. The short edge is 1440 pixels, so 16:9 renders 2560×1440 and 9:16 renders 1440×2560.• Supports text-to-video, start/end frames, and omni references — up to 9 images (
@Image1…@Image9), 3 videos (@Video1…@Video3), and 3 audio clips (@Audio1…@Audio3), capped at 12 files in total.• Aspect ratios 21:9, 16:9, 4:3, 1:1, 3:4, 9:16 and
Auto. Text-to-video defaults to 16:9, and a request carrying references defaults to Auto. Prompts accept up to 7,000 characters and are required on every request, including image-to-video.•
resolution accepts 1440 only.Examples — H3 head to head with Seedance 2.0 on identical omni references
👍1
MiniMax API v1 — 768p on Hailuo 3.0:
•
•
Hailuo-3.0 now accepts resolution: "768" alongside 1440 (2K, still the default). 768p is billed at 7 credits per second against 12 for 2K, and a video reference is charged on its own length at the same rate as the output.Experimental API for AI services
MiniMax API v1
useapi.net MiniMax (Hailuo) API v1 — REST API for MiniMax / Hailuo AI: 19 video models across Hailuo 01/02/2.3, Hailuo 3.0, Veo 3.1, Sora 2 and Seedance 2.0 (Standard/Fast/Mini), plus image generation (Midjourney, Nano Banana, GPT Image, Seedream).
Dreamina API v1 — Seedance 2.5 on POST /videos, in both US and CA:
•
• New 480p tier, and the model's default — roughly half the credit cost of 720p.
• Attaching an omni video reference lowers the per-second rate (US 14 vs 17 at 480p, 29 vs 37 at 720p). The reference's own duration is billed on top of the output, so a 4-second clip from a 5-second reference bills 9 seconds. No other Dreamina model prices on its input.
• Real human faces are accepted, so the face-grid workaround from the Seedance 2.0 real-faces tutorial is not needed on this model. Stylised cinematic violence renders too.
• Reference-media limits raised on POST /assets/<account> — video and audio references may now be 1.8-30.2 seconds.
• Dreamina cost calculator corrected across all models from current price metadata, and
•
seedance-2.5 generates up to 30 seconds in one call against the Seedance 2.0 family's 15, and takes up to 50 omni references (30 images, 10 videos, 10 audio) against 12. Prompts go to 15,000 characters.• New 480p tier, and the model's default — roughly half the credit cost of 720p.
• Attaching an omni video reference lowers the per-second rate (US 14 vs 17 at 480p, 29 vs 37 at 720p). The reference's own duration is billed on top of the output, so a 4-second clip from a 5-second reference bills 9 seconds. No other Dreamina model prices on its input.
• Real human faces are accepted, so the face-grid workaround from the Seedance 2.0 real-faces tutorial is not needed on this model. Stylised cinematic violence renders too.
• Reference-media limits raised on POST /assets/<account> — video and audio references may now be 1.8-30.2 seconds.
• Dreamina cost calculator corrected across all models from current price metadata, and
❤1
PixVerse API v2 — Seedance 2.5 across create, create-frames, and create-fusion:
•
• Fusion takes up to 50 references in total — 30 images (
• Native audio on every generation. The model takes no
• Attaching a fusion reference video lowers the per-second rate — 21 credits/sec at 480p and 45 at 720p, against 35 and 75 without — but the reference's own duration is billed on top of the output. A reference only saves credits while it runs shorter than about two-thirds of your output.
• Available on Pro, Premium, and Ultra plans. Aspect ratios 16:9, 4:3, 1:1, 3:4, 9:16, and 21:9.
•
seedance-2.5 generates 4–30 seconds in one call, double the Seedance 2.0 family's 15. Two qualities, 480p and 720p — no 1080p or 4K.• Fusion takes up to 50 references in total — 30 images (
frame_1_path…frame_30_path), 10 videos (video_1_path…video_10_path), and 10 audio (audio_1_path…audio_10_path), up from 9 + 3 + 3. Reference clips may run 1.8–30.2 seconds each and summed, against the 2.0 family's 2–15.• Native audio on every generation. The model takes no
audio parameter and rejects one, unlike the 2.0 family's toggle.• Attaching a fusion reference video lowers the per-second rate — 21 credits/sec at 480p and 45 at 720p, against 35 and 75 without — but the reference's own duration is billed on top of the output. A reference only saves credits while it runs shorter than about two-thirds of your output.
• Available on Pro, Premium, and Ultra plans. Aspect ratios 16:9, 4:3, 1:1, 3:4, 9:16, and 21:9.
Experimental API for AI services
PixVerse API v2
useapi.net PixVerse API v2 — REST API for PixVerse.ai: native PixVerse V6 and V5.x video plus third-party Seedance 2.0, Kling O3/V3, Veo 3.1, Sora 2, Grok Imagine and HappyHorse, image generation, music generation, text-to-speech, video effects, extend, upscale…
Runway API v1 — Seedance 2.5 and Seedance 2.0 Mini on POST /videos/create:
•
• Up to 50 references in total — 30 images (
• Cheaper than Seedance 2.0 at 20 credits/second in 480p and 30 in 720p, against a flat 36. Two qualities only, 480p and 720p, with 720p the default.
• New
• An audio reference no longer needs an image or video alongside it, and each audio clip may run 1.8–30 seconds. Reference videos may run up to 31 seconds each.
• In
•
• Reference-video limits corrected for
•
seedance-2-5 generates 4–30 seconds in one call against the Seedance 2.0 family's 15, and accepts duration: 0 for Auto, letting the model choose the length. Auto bills up to the 30-second ceiling and refunds the unused remainder.• Up to 50 references in total — 30 images (
imageAssetId1…imageAssetId30), 10 videos (videoAssetId…videoAssetId10), and 10 audio (audioAssetId1…audioAssetId10), up from 9 + 3 + 3. Prompts go to 15,000 characters against 3,500.• Cheaper than Seedance 2.0 at 20 credits/second in 480p and 30 in 720p, against a flat 36. Two qualities only, 480p and 720p, with 720p the default.
• New
output_format parameter selects the container, mp4 (default) or mov. aspect_ratio additionally accepts auto, letting the model choose the framing.• An audio reference no longer needs an image or video alongside it, and each audio clip may run 1.8–30 seconds. Reference videos may run up to 31 seconds each.
• In
exploreMode the output is capped at 15 seconds, Auto is unavailable, and the combined duration of all reference videos must also stay within 15 seconds. Credits Mode has the full 30-second range.•
seedance-2-mini is the cheapest of the family at 16 credits/second at either resolution, against 29 for seedance-2-fast and 36 for seedance-2. It offers 480p and 720p, and is otherwise identical to seedance-2-fast except that it defaults to 720p rather than 480p and offers no 1080p.• Reference-video limits corrected for
seedance-2, seedance-2-fast, and seedance-2-mini — each clip may run up to 16 seconds, and the previously documented 15-second combined limit does not exist upstream and is no longer enforced.Experimental API for AI services
Runway API v1
useapi.net Runway API v1 — REST API for Runway AI: a unified video endpoint spanning Gen-4.5, Gen-4 and Gen-4 Turbo plus Veo 3.1, Sora 2, Kling, Wan, Seedance 2.5, Seedance 2.0 (including Fast and Mini), and Grok Imagine 1.5; image generation (FLUX.2, Nano…