useapi.net
258 subscribers
45 photos
56 videos
2 files
134 links
Third-party API for Midjourney, Kling, Mureka (Suno/Udio competitor), Runway, MiniMax, PixVerse, InsightFaceSwap and Pika
Visit https://useapi.net
Discord https://discord.gg/w28uK3cnmF
Reddit https://reddit.com/r/aiAPI
Download Telegram
The MiniMax POST videos/create has been updated to support the recently introduced I2V-01-live model.
You can now optionally specify the desired model with one of the following values:
* T2V-01 (default) model for text-to-video
* I2V-01 (default) model for image-to-video with optional prompt
* I2V-01-live model for image-to-video with optional prompt, added December 3, 2024
Media is too big
VIEW IN TELEGRAM
We're proud to announce experimental PixVerse API v2 for the PixVerse.ai. PixVerse.ai generates videos from text and image prompts, supports a large number of video effects, and can extend, upscale, and lipsync videos.

Attached is a sample video composed using the released API, featuring a 32-second clip created with four different effects and lip-synced with the soundtrack composed using the Mureka API.
We released support for the Runway Gen-3 Alpha Turbo Act-One gen3turbo/actone and an update for Gen-3 Alpha Act-One gen3/actone. Now you can use video assets for your character, specify the level of expressiveness in motion and choose between portrait or landscape mode for image characters.
• The Mureka API v1 now supports all functionality of Mureka AI, including Pro subscription features. We have added the ability to regenerate and extend music, upload custom soundtracks for reference, and use melodies (motifs) as references and more...

See examples.

• Added parameter static to Runway Gen-3 Alpha Turbo POST /runwayml/gen3turbo/create
#1 Uploaded reference track using Mureka API endpoint POST mureka/create-advanced.

ref_id (reference song) Michael Jackson - They Don’t Care About Us

title Developers, They Don’t Care About Bugs!

lyrics
[Intro]
Every time I load the app, it keeps crashin' down,
I send a ticket, I report, but the problem spins around.
[Verse]
They've got deadlines, bottom lines, and features to discuss,
But when it comes to all these bugs, they're leaving me to fuss!
[Pre-Chorus]
All I wanna say is that
They don't really care about bugs!
All I wanna say is that
They don't really care about bugs!
#2 Uploaded reference melody (motif) using Mureka API endpoint POST mureka/create-advanced.

motif_id (reference melody) Linkin Park - Numb Just Lyrics

title Developers, They Don’t Care About Bugs!

lyrics
[Intro]
I'm tired of all these errors,
Every line just brings despair.
[Verse]
I try to raise my voice, but they
Act like nothing's even there.
[Pre-Chorus]
Caught in this loop, I'm breaking down,
Their silence is deafening.
The code keeps crashing to the ground,
They don't hear a thing.

lyrics
• We added support for TTS (text-to-speech) to MiniMax API v1.
Both MP3 export POST minimax/audio/create-mp3 and live streaming POST minimax/audio/create-stream are available.

» Up to 20 parallel TTS jobs per account are supported.
» Average time to response for live streaming is 3 seconds.
» Currently, this service is offered free of charge.

We made sure you can fully explore all features using the documentation pages linked above. See the Try It section for more details.

Examples.

• Added support to delete videos using DELETE minimax/videos

• Added support to delete uploaded files using DELETE minimax/files

• MiniMax response models updated to align with the most recent changes.
We are proud to announce the MiniMax API v1 TTS (text-to-speech) update, which now fully aligns with the current MiniMax www.hailuo.ai/audio website offerings and includes multiple bonus API features:

DELETE audio/<audio_id> to delete audio files. API bonus, not available on official website.
POST audio/clone-voice to clone unlimited number of voices, bypassing the 3-voice limit imposed by the website.
POST audio/delete-voice to delete cloned voice(s).
GET audio/voices updated to support an optional parameter is_system to retrieve a list of cloned voices.

EXAMPLES