This media is not supported in your browser
VIEW IN TELEGRAM
MiniMax API POST videos/agent-create enhanced with real-time streaming response using Server-Sent Events (SSE) for live progress updates during video generation.
Examples.
HeyGen API v1 has been decommissioned, consider switching to Mureka API for TTS/speech generation instead.
MiniMax music and TTS endpoints have been deprecated and will be removed, consider switching to Mureka API for speech/music generation.
Examples.
HeyGen API v1 has been decommissioned, consider switching to Mureka API for TTS/speech generation instead.
MiniMax music and TTS endpoints have been deprecated and will be removed, consider switching to Mureka API for speech/music generation.
This media is not supported in your browser
VIEW IN TELEGRAM
Kling API v1 video frames endpoints POST videos/image2video-frames updated to add model KLING 2.1 End Frame feature -
Example.
1 upvote
image_tail
parameter support.Example.
1 upvote
This media is not supported in your browser
VIEW IN TELEGRAM
LTX Studio API v1 endpoint POST videos/veo-create updated to support the Start Frame for the
Example.
veo3-fast
model and the resolution
parameter for both veo3
and veo3-fast
. You can now also use images generated via POST images/flux-create and POST images/flux-edit as references as well.Example.
We updated MiniMax POST videos/create for the
If you had jobs fail earlier today related to the above, you can safely rerun them.
S2V-01
model with Subject Reference, and POST images/create to align with the subject/character validation logic released today by MiniMax on their website. If you had jobs fail earlier today related to the above, you can safely rerun them.
Experimental API for AI services
POST videos/create
Experimental API for popular AI services by useapi.net
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
PixVerse API v2 major update:
• Added support for the new v5 model, which is now the default model
• Added model capabilities matrix documentation
• Added POST videos/create-transition for multi-frame transition videos
• Updated POST videos/create-fusion to support up to 3 frames (up from 2)
• Updated POST videos/create to make the
• Old versioned endpoints now redirect to new simplified URLs:
-
-
-
-
• POST videos/create-fusion parameter mapping (old → new):
-
-
Examples
• Added support for the new v5 model, which is now the default model
• Added model capabilities matrix documentation
• Added POST videos/create-transition for multi-frame transition videos
• Updated POST videos/create-fusion to support up to 3 frames (up from 2)
• Updated POST videos/create to make the
prompt
parameter optional• Old versioned endpoints now redirect to new simplified URLs:
-
POST videos/create-v4
→ POST videos/create
-
POST videos/create-frames-v4
→ POST videos/create-frames
-
POST videos/extend-v4
→ POST videos/extend
-
POST videos/restyle-v4
→ POST videos/restyle
• POST videos/create-fusion parameter mapping (old → new):
-
first_frame_path
→ frame_1_path
-
last_frame_path
→ frame_2_path
Examples
This media is not supported in your browser
VIEW IN TELEGRAM
MiniMax API v1 endpoint POST videos/create updated to support the End Frame parameter
Example.
end_frame_fileID
.Example.
❤1
For the last four weeks, we have been notifying via email users who were still using the Midjourney API without setting up configuration accounts (aka Midjourney API v1, circa 2023).
According to our stats, there are a dozen active users who are still using the old way of calling the API and have ignored the warning emails.
We will be removing this ability starting September 1, 2025, so if you ignored those emails, you will be getting HTTP response
You can follow the detailed instructions in the link provided in those emails.
In case you missed it: https://useapi.net/announcement-250808
It takes about 10–15 minutes to add configuration and update code so it no longer sends
Please feel free to ask if you have any questions or concerns.
According to our stats, there are a dozen active users who are still using the old way of calling the API and have ignored the warning emails.
We will be removing this ability starting September 1, 2025, so if you ignored those emails, you will be getting HTTP response
402
:{
"error": "Configuration for channel <channel> not found. Please create a Midjourney API account at https://useapi.net/docs/api-v2/post-account-midjourney",
"code": 402
}
You can follow the detailed instructions in the link provided in those emails.
In case you missed it: https://useapi.net/announcement-250808
It takes about 10–15 minutes to add configuration and update code so it no longer sends
discord
token with every call.Please feel free to ask if you have any questions or concerns.
Experimental API for AI services
August 8 ‘25 • Midjourney API v1 (legacy) will be retired on September 1st, 2025
Experimental API for popular AI services by useapi.net
👌1
This media is not supported in your browser
VIEW IN TELEGRAM
Midjourney API v2 has been updated:
• Upscaled image URLs are now available in the
• When using
See both
• Prompt length for POST jobs/imagine has been extended from 2048 to 5000 characters.
⚠️ Security consideration when using videoUx and imageUx URLs:
URLs in both arrays follow this format:
Example.
• Upscaled image URLs are now available in the
imageUx
array. There is no longer a need to execute POST jobs/seed_async to retrieve upscaled images. • When using
--video
upscaled video URLs are now available the videoUx
array. See both
videoUx
and imageUx
in GET jobs/<jobid>.• Prompt length for POST jobs/imagine has been extended from 2048 to 5000 characters.
⚠️ Security consideration when using videoUx and imageUx URLs:
URLs in both arrays follow this format:
https://cdn.midjourney.com/<GUID>/….
They contain a job GUID which can be traced back to your account and will expose your account details such as your Discord account name and email. Exercise caution when posting these URLs publicly. You may want to save the URL content locally and serve it from your own origin, or proxy the links to obfuscate the original URLs.Example.
This weekend a few users reported that they were getting
That 401 is from the Kling internal API.
After re-adding the same account the error went away.
This is because when you add an account we always get a fresh token.
It appears that Kling expired a few session tokens ahead of schedule causing our API not to refresh them and resulting in the error above.
It's not clear at the moment if this is just an issue on Kling's side or if they are trying to terminate sessions based on certain activity.
Please let us know if this happens again so we can implement a workaround if this turns out to be a permanent issue.
401
errors when calling the /kolors
endpoints:{
"result": -401,
"error_msg": "token value error",
"error_id": "E1234567890"
}
That 401 is from the Kling internal API.
After re-adding the same account the error went away.
This is because when you add an account we always get a fresh token.
It appears that Kling expired a few session tokens ahead of schedule causing our API not to refresh them and resulting in the error above.
It's not clear at the moment if this is just an issue on Kling's side or if they are trying to terminate sessions based on certain activity.
Please let us know if this happens again so we can implement a workaround if this turns out to be a permanent issue.
useapi.net
This weekend a few users reported that they were getting 401 errors when calling the /kolors endpoints: { "result": -401, "error_msg": "token value error", "error_id": "E1234567890" } That 401 is from the Kling internal API. After re-adding the…
We implemented Kling
We tested it extensively and hope this will be a solid solution going forward.
If you notice anything odd or out of order, please let us know.
forced token expiration
mitigation logic, which will handle the case above and will refresh the token for you.We tested it extensively and hope this will be a solid solution going forward.
If you notice anything odd or out of order, please let us know.
❤1
Midjourney API v2 added GET proxy/cdn-midjourney endpoint to proxy asset retrieval from Midjourney CDN. Use this endpoint to download
imageUx
and videoUx
URLs returned by GET jobs/jobid.Experimental API for AI services
Midjourney API v2
Experimental API for popular AI services by useapi.net
We have a working prototype of the Real-Time Midjourney API.
You read that right—it provides the same experience as your browser, allowing you to instantly see results without any delay.
We're hoping to release it in the very near future and are trying to collect feedback.
This will be an addition to our long-standing and very popular third-party Midjourney API v2.
The API returns an SSE text/event-stream stream with a live data feed, so we are not planning to release a callback feature, as it is somewhat pointless in this case.
We also want to ask how important the webhook/callback feature is for you, as we're not sure how well SSE streaming is supported by make.com or n8n—both have almost no documentation on that.
It is similar to MiniMax v1 LLM API and is commonly used by LLM APIs.
The API is extremely fast and will allow you to post multiple jobs to the same channel as fast as the Discord rate limit allows (usually 1–2 interaction events per second). This can be a big advantage for folks looking for ultimate performance, but also poses challenges, as this may be too fast and cause bans. Naturally, we can optionally allow you to apply desired throttling if you choose.
This API will also support uploading images directly to the Discord CDN, so you can host your images there and refer to those hosted URLs from your prompts.
It would be very helpful for us if you could answer the questions below:
1. I'm interested in the Real-Time Midjourney API and do not care about the webhook/callback feature at all.
2. I'm interested in the Real-Time Midjourney API, but the webhook/callback feature is a must for me.
3. I do not care for the Real-Time Midjourney API at all.
You read that right—it provides the same experience as your browser, allowing you to instantly see results without any delay.
We're hoping to release it in the very near future and are trying to collect feedback.
This will be an addition to our long-standing and very popular third-party Midjourney API v2.
The API returns an SSE text/event-stream stream with a live data feed, so we are not planning to release a callback feature, as it is somewhat pointless in this case.
We also want to ask how important the webhook/callback feature is for you, as we're not sure how well SSE streaming is supported by make.com or n8n—both have almost no documentation on that.
It is similar to MiniMax v1 LLM API and is commonly used by LLM APIs.
The API is extremely fast and will allow you to post multiple jobs to the same channel as fast as the Discord rate limit allows (usually 1–2 interaction events per second). This can be a big advantage for folks looking for ultimate performance, but also poses challenges, as this may be too fast and cause bans. Naturally, we can optionally allow you to apply desired throttling if you choose.
This API will also support uploading images directly to the Discord CDN, so you can host your images there and refer to those hosted URLs from your prompts.
It would be very helpful for us if you could answer the questions below:
1. I'm interested in the Real-Time Midjourney API and do not care about the webhook/callback feature at all.
2. I'm interested in the Real-Time Midjourney API, but the webhook/callback feature is a must for me.
3. I do not care for the Real-Time Midjourney API at all.
Experimental API for AI services
Midjourney API v2
Experimental API for popular AI services by useapi.net
Real-Time Midjourney API
Anonymous Poll
38%
I'm interested in the Real-Time Midjourney API and do not care about the webhook/callback at all.
38%
I'm interested in the Real-Time Midjourney API, but the webhook/callback feature is a must for me.
23%
I do not care for the Real-Time Midjourney API at all.
MiniMax released changes to their website. We're working on the fix, I'll keep you posted on our progress.
😢3