Audio
New FlowMusic API v1 — experimental API for Google Flow Music by Google Labs (formerly Producer AI, originally Riffusion), powered by Lyria 3 Pro:
• Generate full songs — vocals, melody, arrangement — from a text prompt (vocal or instrumental)
• Model-written lyrics, bring your own, or generate lyrics on their own
• Edit any track: cover, remix (new lyrics), extend, replace a section, audio effects, split into stems
• AI-generate cover art, or upload reference images and audio
• Sync or async (webhook), per-account usage stats, load balancing, guided browser setup
Endpoints:
• POST /music — generate a song
• POST /music/lyrics — generate lyrics
• POST /music/edit — cover, remix, extend, replace, effect, stems
• POST /files/generate — AI cover art
• POST /accounts — configure an account
• GET /jobs/jobid — poll status and results
Examples
• Generate full songs — vocals, melody, arrangement — from a text prompt (vocal or instrumental)
• Model-written lyrics, bring your own, or generate lyrics on their own
• Edit any track: cover, remix (new lyrics), extend, replace a section, audio effects, split into stems
• AI-generate cover art, or upload reference images and audio
• Sync or async (webhook), per-account usage stats, load balancing, guided browser setup
Endpoints:
• POST /music — generate a song
• POST /music/lyrics — generate lyrics
• POST /music/edit — cover, remix, extend, replace, effect, stems
• POST /files/generate — AI cover art
• POST /accounts — configure an account
• GET /jobs/jobid — poll status and results
Examples
❤1
Google Flow API v1— added support for the new Google AI Plus tier (userPaygateTier:
PAYGATE_TIER_ZERO, sku: G1_TIER0). Plus accounts route identically to Pro (same SERVICE_TIER_INTERMEDIATE model access). Previously the API rejected Plus accounts with 500 Unknown account paygate tier.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.
🔥1
This media is not supported in your browser
VIEW IN TELEGRAM
Google Flow API v1 — reusable Voices and Characters. Create custom voices via POST /voices and named characters (1–2 images + optional voice) via POST /characters. Use them in POST /videos and POST /images via
Examples
character_1..7.Examples
Google Flow API v1 —
omni-flash now supports image-to-video (start frame) via startImage on POST /videos.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.
This media is not supported in your browser
VIEW IN TELEGRAM
Google Flow API v1 — inline
•
•
• Case-insensitive; opt-in (prompts without markers are unchanged); each marker MUST have a matching body slot supplied or returns 400.
Examples
@-mention markers in prompt on POST /videos and POST /images. Position your references inside the prompt for tighter compositional control:•
/videos: @character_1..7, @referenceImage_1..7, @referenceAudio_1..5•
/images: @character_1..7, @reference_1..10• Case-insensitive; opt-in (prompts without markers are unchanged); each marker MUST have a matching body slot supplied or returns 400.
Examples
❤1
Google Flow API v1 — load-balancing tuned for fairer distribution across pools of healthy accounts:
• Scoring formula updated to include
• PUBLIC_ERROR_USER_QUOTA_REACHED quarantine TTL shortened from "until next UTC midnight" to ~30 minutes after the most recent hit — matches Google's actual quota recovery window and avoids 20+ hour over-blocks when the quota clears earlier.
No API surface changes, behavior change only. No action required.
• Scoring formula updated to include
completed jobs in the rolling 15-minute window, so a heavy-volume account self-limits during its window instead of monopolizing the pool. Formula is now score = executing + completed + (failed × 10) + (rateLimited × 20). See Load Balancing Algorithm for details.• PUBLIC_ERROR_USER_QUOTA_REACHED quarantine TTL shortened from "until next UTC midnight" to ~30 minutes after the most recent hit — matches Google's actual quota recovery window and avoids 20+ hour over-blocks when the quota clears earlier.
PUBLIC_ERROR_PER_MODEL_DAILY_QUOTA_REACHED keeps its until-midnight TTL.No API surface changes, behavior change only. No action required.
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.
🔥1
Google Flow API v1 — June 15 update: new asset endpoint, clearer rate-limit errors, and step-by-step guides.
• New endpoint
• All
•
•
•
• Breaking change —
New step-by-step guides with copy-paste curl and runnable Node.js batch scripts:
• Veo 3.1 video — https://useapi.net/docs/articles/google-flow-bash
• Images (Nano Banana / Nano Banana Pro / Imagen 4) — https://useapi.net/docs/articles/google-flow-images-bash
• Gemini Omni Flash audio-native video — https://useapi.net/docs/articles/omni-flash-bash
Source code: https://github.com/useapi/google-flow-api
Full changelog: https://useapi.net/docs/changelog
• New endpoint
GET /assets/mediaGenerationId — resolve a signed Google Cloud Storage download URL (~6h) for a previously uploaded image or video asset.• All
429 responses now carry an HTTP Retry-After header + body retryAfter ISO. Cooldowns: USER_QUOTA_REACHED / USER_REQUESTS_THROTTLED = 30 min, PER_MODEL_DAILY_QUOTA_REACHED = next UTC midnight, captcha / unknown = 60s.•
captcha_quality: prefix on the top-level error for low-score or rejected reCAPTCHA 429 / 403; other 429s surface Google's reason directly.•
GET /accounts/email returns a recommendations array when fewer than two captcha providers are configured.•
POST /assets/email now streams uploads to Google (no in-worker memory ceiling on large video; 20 MB image / 100 MB video limits unchanged).• Breaking change —
POST /images and POST /images/upscale 429 / 403 shapes now align with POST /videos: top-level error = classification string, code = HTTP status, Google's error body + captcha move under a nested response. Migrate: body.error.* → body.response.error.*, body.captcha → body.response.captcha.New step-by-step guides with copy-paste curl and runnable Node.js batch scripts:
• Veo 3.1 video — https://useapi.net/docs/articles/google-flow-bash
• Images (Nano Banana / Nano Banana Pro / Imagen 4) — https://useapi.net/docs/articles/google-flow-images-bash
• Gemini Omni Flash audio-native video — https://useapi.net/docs/articles/omni-flash-bash
Source code: https://github.com/useapi/google-flow-api
Full changelog: https://useapi.net/docs/changelog
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.
Runway API v1 — updates to the Seedance 2.0 family on POST /videos:
• New model
• Audio reference inputs are now supported on both
• Requests that combine
• The total duration across
• The reference-image cap has been tightened from 11 to 9. The combined reference cap across images, videos, and audio is also 9.
See Model Comparison: Seedance for the full parameter matrix.
• New model
seedance-2-fast — a faster, lower-cost variant of seedance-2 (about 20% fewer credits per second of output) that takes exactly the same request parameters. Use it for iteration and drafts; seedance-2 remains the higher-quality option for final renders.• Audio reference inputs are now supported on both
seedance-2 and seedance-2-fast. Pass up to three audio assets via audioAssetId1, audioAssetId2, and audioAssetId3 (.mp3, .wav, or .m4a). Their combined duration must not exceed 15 seconds, and audio references must be combined with at least one image or video reference.• Requests that combine
resolution: "1080p" with exploreMode: true are now rejected with HTTP 400. Per the Runway help docs, 1080p output requires Credits Mode — set exploreMode: false to generate at 1080p.• The total duration across
videoAssetId, videoAssetId2, and videoAssetId3 is now capped at 15 seconds (previously only each video's own duration was checked).• The reference-image cap has been tightened from 11 to 9. The combined reference cap across images, videos, and audio is also 9.
See Model Comparison: Seedance for the full parameter matrix.
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…
❤1
Runway API v1 — new model
Image-to-video only; pass the first frame via
Aspect ratios
See Model Comparison: Grok for the full matrix.
grok-imagine-1.5 (xAI Grok Imagine 1.5) on POST /videos.Image-to-video only; pass the first frame via
imageAssetId1. Aspect ratios
2:3 and 3:2 are now accepted (grok-only). See Model Comparison: Grok for the full matrix.
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…
🔥1
Media is too big
VIEW IN TELEGRAM
Kling API v1 — new model
•
• Built-in multi-shot bias lets one prompt carry scene changes. Does not support
• POST /videos/image2video-frames now also accepts up to 3 element references
(
• Kling v3.0 now supports Native Audio at
Examples
kling-v3-0-turbo (Kling 3.0 Turbo), a faster Kling 3.0 variant at full v3.0 quality, on POST /videos/text2video and POST /videos/image2video-frames:•
std/pro modes, 3`–`15s duration, audio always on — put spoken dialogue right in the prompt.• Built-in multi-shot bias lets one prompt carry scene changes. Does not support
4k, explicit multi-shot, end frame, or element references.• POST /videos/image2video-frames now also accepts up to 3 element references
(
element_1`–`element_3) on Kling v3.0.• Kling v3.0 now supports Native Audio at
4k resolution.Examples
❤1
This media is not supported in your browser
VIEW IN TELEGRAM
PixVerse API v2 — Grok Imagine 1.5, Grok video extend, and Seedance 2.0 4K:
• New model
• POST /videos/extend now supports
•
Examples
• New model
grok-imagine-1.5 (xAI Grok Imagine 1.5) on POST /videos/create. Image-to-video only — pass the first frame via first_frame_path (no text-to-video). Quality 480p / 720p, duration 1-15s, native audio.• POST /videos/extend now supports
grok-imagine (480p / 720p, 2-10s, native audio). The legacy v5 and v5.5 extend modes have been retired, so extend now runs on v6 and grok-imagine.•
seedance-2.0 adds 4K. Pass quality: 2160p on POST /videos/create (price multiplier ×8). seedance-2.0-fast stays at 480p / 720p. 4K is delivered as HEVC.Examples
❤3
Audio
PixVerse API v2 — new music generation:
• New POST /music/create creates songs and instrumentals from a text prompt across three models:
• New GET /music lists tracks and GET /music/<audio_id> polls a single track, returning
• GET /scheduler and DEL /scheduler/<id> now track and cancel music generations (
Examples
• New POST /music/create creates songs and instrumentals from a text prompt across three models:
music-2.6 (MiniMax, default, 40 credits ≈ $0.16), music-v1 (ElevenLabs, 150 credits ≈ $0.60), and lyria-3-pro-preview (Google, 20 credits ≈ $0.08) — dollar estimates on a Premium plan ($60/month) at the time of writing, not accounting for any PixVerse promotions or special pricing. Produce an instrumental (instrumental: true), vocals from your own lyrics (music-2.6 / music-v1), or vocals with model-written lyrics. lyria-3-pro-preview also accepts up to 10 reference images.• New GET /music lists tracks and GET /music/<audio_id> polls a single track, returning
audio_status_name / audio_status_final and the .mp3 url.• GET /scheduler and DEL /scheduler/<id> now track and cancel music generations (
type: music).Examples
Audio
PixVerse API v2 — new text-to-speech:
• New POST /speech/create turns text into speech across five models:
• New GET /speech lists clips, GET /speech/<audio_id> polls one, and GET /speech/voices + GET /speech/models list the catalog.
Examples
• New POST /speech/create turns text into speech across five models:
speech-2.8-hd (MiniMax, default) and speech-2.8-turbo, plus ElevenLabs eleven-multilingual-v2, eleven-v3 (inline audio tags), and eleven-turbo-v2.5. A request needs only model, text, and a voice_id (300+ MiniMax voices, ~20 ElevenLabs). MiniMax voices take an emotion setting, eleven-v3 takes inline audio tags, and both cover 40+ languages. Billed per character — about $0.04–$0.08 per 1,000 characters on a Premium plan.• New GET /speech lists clips, GET /speech/<audio_id> polls one, and GET /speech/voices + GET /speech/models list the catalog.
Examples
❤1
This media is not supported in your browser
VIEW IN TELEGRAM
Dreamina API v1 — new image and video models:
• New video model
•
• New image model
Examples
• New video model
seedance-2.0-mini on POST /videos — the most cost-effective Seedance 2.0 (CA region, 720p, 4–15s) with Omni Reference, first/last frame, and text-to-video. Reference uploaded images in the prompt with @imageN.•
seedance-2.0 adds a 4k resolution tier on CA accounts, alongside 720p and 1080p.• New image model
seedream-4.7 (Image 4.7) on POST /images — CA region, 2k/4k, up to 6 reference images.Examples
❤1
Midjourney service notice
Midjourney support on useapi.net has been discontinued..
We're not able to share the reason or respond to questions about it. All other useapi.net services remain fully available.
Cancel your subscription
- Card (Stripe) — open the Stripe Customer Portal and cancel there.
- Crypto (BoomFi) — open the BoomFi Customer Portal and cancel there.
Request a prorated refund
If you'd like a prorated refund, email
The refund is prorated from the date of your request — it covers the unused time remaining in your current billing period, not the full period.
Thanks for your patience and support.
Midjourney support on useapi.net has been discontinued..
We're not able to share the reason or respond to questions about it. All other useapi.net services remain fully available.
Cancel your subscription
- Card (Stripe) — open the Stripe Customer Portal and cancel there.
- Crypto (BoomFi) — open the BoomFi Customer Portal and cancel there.
Request a prorated refund
If you'd like a prorated refund, email
support@useapi.net from your account email.The refund is prorated from the date of your request — it covers the unused time remaining in your current billing period, not the full period.
Thanks for your patience and support.
customer.boomfi.xyz
Customer Portal | BoomFi
The easiest way to pay for things with crypto. This log in is for individuals to view, manage your profile, past and upcoming payments.
😢1
useapi.net pinned «Midjourney service notice Midjourney support on useapi.net has been discontinued.. We're not able to share the reason or respond to questions about it. All other useapi.net services remain fully available. Cancel your subscription - Card (Stripe) — open…»
This media is not supported in your browser
VIEW IN TELEGRAM
PixVerse API v2 — Seedance 2.0 Mini and omni audio references:
• New video model
• Seedance omni (fusion) now accepts up to 3 reference videos (
Examples
• New video model
seedance-2.0-mini — the most cost-effective Seedance 2.0 (480p/720p, 4–15s), available for text-to-video, image-to-video, omni fusion, and transition.• Seedance omni (fusion) now accepts up to 3 reference videos (
video_1_path…video_3_path, referenced as @video1…@video3) and 3 reference audios (audio_1_path…audio_3_path, referenced as @audio1…@audio3) across the whole Seedance 2.0 family — drive motion from a reference clip and speech or sound from a reference audio onto a real human face. Each reference runs 2–15s, with the combined video durations and combined audio durations each capped at 15s.Examples
This media is not supported in your browser
VIEW IN TELEGRAM
MiniMax API v1 — Seedance 2.0 Mini, 4K, and expanded omni references on POST videos/create:
• New video model
•
•
• Omni references expanded to 9 images (
• Seedance prompts accept up to 7,500 characters.
Examples
• New video model
Seedance-2.0-Mini — the cheapest Seedance 2.0 tier (480p/720p, 4–15s), for text-to-video, image-to-video, and omni references.•
Seedance-2.0 adds a 4K resolution tier alongside 480p/720p/1080p. Seedance-2.0-Fast and Seedance-2.0-Mini stay at 480p/720p.•
Auto is now the default aspectRatio for Seedance (matches the input), alongside 21:9, 16:9, 4:3, 1:1, 3:4, 9:16.• Omni references expanded to 9 images (
@Image1…@Image9), 3 videos (@Video1…@Video3), and 3 audios (@Audio1…@Audio3). Each video and audio reference runs 2–15s, with the combined video + audio length capped at 15s. A clear real human face in a video reference is rejected by the content filter — image references may contain real faces.• Seedance prompts accept up to 7,500 characters.
Examples
Google Flow API v1 — more generous automatic captcha solving:
• The one-time free captcha credit grant on your first Google Flow account is now 300 (was 100), powered by CapSolver. These credits are used automatically when no provider API keys are configured — check the remaining balance via GET /accounts/captcha-providers.
* The default number of captcha retry attempts is now 5 (was 3), used when a request sends no
MiniMax API v1 — connect your account from your own browser:
• New one-page Connect MiniMax flow links your Hailuo AI account with a quick copy-and-paste — no more hunting for the
• The one-time free captcha credit grant on your first Google Flow account is now 300 (was 100), powered by CapSolver. These credits are used automatically when no provider API keys are configured — check the remaining balance via GET /accounts/captcha-providers.
* The default number of captcha retry attempts is now 5 (was 3), used when a request sends no
captchaToken, captchaRetry, or captchaOrder.MiniMax API v1 — connect your account from your own browser:
• New one-page Connect MiniMax flow links your Hailuo AI account with a quick copy-and-paste — no more hunting for the
url and token in the browser network tab. Copy the snippet, run it on hailuoai.video while logged in, and it captures your session and adds the account. See Setup MiniMax for the steps.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.
🔥1