An open API service indexing awesome lists of open source software.

https://github.com/useapi/examples

Collection of examples and how-tos using experimental API for Midjourney, Pika and InsightFaceSwap Discord bots.
https://github.com/useapi/examples

Last synced: 14 days ago
JSON representation

Collection of examples and how-tos using experimental API for Midjourney, Pika and InsightFaceSwap Discord bots.

Awesome Lists containing this project

README

          

# useapi.net API examples

Working Node.js and Python examples for the experimental APIs provided by [useapi.net](https://useapi.net): the [Midjourney API v3](https://useapi.net/docs/api-midjourney-v3), [InsightFaceSwap API](https://useapi.net/docs/api-faceswap-v1) and [PixVerse API v2](https://useapi.net/docs/api-pixverse-v2).

Each example ships parallel `example.js` (Node.js) and `example.py` (Python) implementations, with its own README.

* [Automate asset generation with the Midjourney API](https://github.com/useapi/examples/tree/main/generate-assets) — batch-generate images from a list of prompts.
* [Automate asset generation with the Midjourney API (webhook)](https://github.com/useapi/examples/tree/main/generate-assets-with-webhook) — the same workflow driven by `replyUrl` webhooks instead of polling.
* [Create AI videos with the PixVerse API](https://github.com/useapi/examples/tree/main/pixverse-demo) — text-to-video and image-to-video generation with PixVerse v2.
* [Animate Midjourney images with PixVerse (webhook)](https://github.com/useapi/examples/tree/main/animate-midjourney-images-with-pixverse) — generate images with Midjourney v3, then animate them with PixVerse v2.
* [Face swap and animate Midjourney images (webhook)](https://github.com/useapi/examples/tree/main/imagine-faceswap-animate) — generate with Midjourney v3, face-swap with InsightFaceSwap, animate with PixVerse v2.

Visit our [Discord Server](https://discord.gg/w28uK3cnmF) or [Telegram Channel](https://t.me/use_api) for any support questions and concerns.

We regularly post guides and tutorials on the [YouTube Channel](https://www.youtube.com/@midjourneyapi).