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.
- Host: GitHub
- URL: https://github.com/useapi/examples
- Owner: useapi
- Created: 2023-11-05T18:48:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-06-13T07:09:15.000Z (22 days ago)
- Last Synced: 2026-06-13T09:10:12.407Z (22 days ago)
- Language: JavaScript
- Homepage: https://useapi.net
- Size: 2.6 MB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).