useapi.net
257 subscribers
40 photos
56 videos
2 files
132 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
Media is too big
VIEW IN TELEGRAM
Due to popular demand, we have published article Create Music Videos via API with step-by-step instructions on how to create music videos using the APIs we offer.
This media is not supported in your browser
VIEW IN TELEGRAM
The MiniMax API v1 endpoint POST videos/create has been updated to support I2V-01-Director Image-to-Video Director model.

EXAMPLE
🔥2
Added new Runway API v1 endpoint GET frames/describe. This endpoint extracts a text image description that can be adjusted and used as a starting point for the prompt in POST frames/create.

This endpoint is available for all Runway accounts, including free ones.

EXAMPLE
Riffusion just released an update.
We will be pushing update tomorrow around noon PST to align with above changes.
There will be a breaking change: the responses from music/create-prompt and music/create-compose will have a new shape:
{
"jobs": [ { "id": "a5d2d4a3-5bca-401a-8c53-2f18a7a4eb00" } ],
"user_id": "5f72c91e-2b3d-42a4-9fb1-0b8c2e293b2c"
}

compare to old:
{
"job_id": "a5d2d4a3-5bca-401a-8c53-2f18a7a4eb00",
"user_id": "5f72c91e-2b3d-42a4-9fb1-0b8c2e293b2c"
}

If your are using replyUrl webhook you will not be affected.

We are also adding support for cover generation from text prompts (it appears they are internally using FLUX dev) and the ability to upload your own cover image.
The Riffusion API v1 updated to support:
• Generate a cover image for your song using a text prompt via POST music/generate-image
• Upload a cover image for your song via POST music/upload-image
EXAMPLES
Please welcome our AI chat bot https://useapi.net/assets/aibot/
Feel free to ask it about any of our APIs.
You can chat using either the MiniMax-Text-01 model, which features a 1M context and fast response times, or the DeepSeek R1 reasoning model.

This is our first venture into LLM offerings, and we have decided not only to release LLM support but also to provide the full source code on how to build an AI-powered chat bot for your project. You can upload your documents, and the AI will help your users navigate through your documentation.

We will also release a fully featured chat system where you can ask the AI to analyze your documents, perform real-time web searches, and more.
Stay tuned.
🚀 We are proud to announce the MiniMax API v1 LLM update, which provides an API for the DeepSeek R1 and MiniMax-Text-01 models.
RELEASE INFO
Gen-3 Alpha Video to Video gen3/video and Gen-3 Alpha Turbo Video to Video gen3turbo/video updated to support restyled first frame, parameter imageAssetId.
We are happy to announce support for the recently released text-to-image AI model for MiniMax API v1.

The following endpoints have been added:
• Create an image using a text prompt POST images/create
• Retrieve the list of images you have generated GET images
• Retrieve an image GET images/imageId
• Delete an image DELETE images/imageId

It costs one credit to generate a single image, and you can generate up to four images at once.
With the daily free top-up of 100 credits, a free hailuoai.video account can generate 100 images per day - up to 3K images per month.

EXAMPLES

👉 We simplified the MiniMax accounts setup and updated the setup documents. Once you configure your hailuoai.video account, you’ll be able to use all MiniMax API features (access to multiple LLMs, text-to-speech, etc.). There’s no longer any need to add the related chat.minimax.io and www.minimax.io/audio accounts manually.
The Riffusion API v1 has been updated to support:
• Downloading the mp3, wav or stems of your song GET music/download
• Support for the trim transformation has been added to POST music/create-compose
👍1
• During Runway API v1 maintenance, we removed the optional features response field. It was populated as follows:
"features": {
"storageGB": 500,
"numPlanCredits_permitted": 2250,
"numPlanCredits_used": 1315
}

The credits were not very useful since the values provided were pre-execution values, which caused some confusion among users. Hence, we decided to remove it. Please use GET features instead.
• We updated our Q&A “How to avoid Midjourney bans?” and “How to avoid Runway account suspension?” sections, please take a look.
• Looking for n8n workflow automation support? Please consider the n8n-nodes-useapi package by lvalics.
Media is too big
VIEW IN TELEGRAM
PixVerse API v2 has been updated to support PixVerse V4 (part II):
• Create video using first and last frames POST videos/create-frames-v4.
• Extend video POST videos/extend-v4.
• Restyle video POST videos/restyle-v4.
• Lip sync video POST videos/lipsync, updated to use V4.
EXAMPLES