Changelog

Check this page regularly to learn about changes and new releases.


February 19, 2024

Article Face swap and animate images generated by Midjourney using InsightFaceSwap and Pika (using webhook) includes both JavaScript and Python code, along with generated examples.

February 12, 2024

We’re proud to announce experimental REST API for InsightFaceSwap Discord Bot by Picsi.Ai. InsightFaceSwap allows users to swap faces from source image(s) onto different target images. It offers free and paid subscription models. Paid subscribers have access to a wide selection of extra features such as HiFidelity Mode, ARTIFY, oldify/youngify, morphing multiple faces in one image, and many more.

January 26, 2024

Added jobs/seed endpoint to retrieve the seed for for the following completed jobs:

January 22, 2024

Added support for Remix Mode, when using jobs/button endpoint the buttons V1, V2, V3, V4, Vary (Strong), Vary (Subtle), ⬅️, ➡️, ⬆️, ⬇️ and 🔄 now accept a prompt parameter. You can toggle /prefer remix via jobs/remix.

January 15, 2024

We’re proud to announce experimental REST API for Pika Discord Bot by Pika.art. Pika currently support text and images as input for video generation, and private generations by directly messaging the bot. The Pika API does not require any additional subscription, and we believe it will complement our current Midjourney API offerings well.

January 5, 2024

  • We’ve added the ability to use multiple Midjourney accounts, complete with automated load balancing. See How to use multiple Midjourney accounts for more details.
  • The format for jobid’s has changed to include the channel: prefix. Previously, it was job:20240106053233367-user:791 now it is job:20240106053233367-user:791-channel:1170809721663422494.
  • Response codes 412 and 413 have been eliminated, we now use response code 400 instead.
  • If you are already using v2, no changes are required. To switch from v1 to v2, simply update the API URLs from …/v1/… to …/v2/….

November 28, 2023

November 22, 2023

December 18, 2023

API v2 released

November 13, 2023

November 3, 2023

October 30, 2023

October 16, 2023

October 09, 2023

New functionality added:

Updated:

  • Website documentation and samples.
  • Postman collection.