Magic Hour provides an API (beta) that can be integrated into your own application to generate videos and images using AI.
Webhook documentation can be found here.
If you have any questions, please reach out to us via discord.
pip install magic_hour
Initialize the client
from magic_hour import Client
# generate your API Key at https://magichour.ai/developer
client = Client(token="my api key")
from magic_hour import AsyncClient
# generate your API Key at https://magichour.ai/developer
client = AsyncClient(token="my api key")
Warning
Any API call that renders a video will utilize frames in your account.
- create - AI Clothes Changer
- create - AI Face Editor
- create - AI GIFs
- create - AI Headshots
- create - AI Images
- create - AI Image Upscaler
- create - AI Meme Generator
- create - AI Photo Editor
- create - AI QR Code
- create - AI Talking Photo
- create - Animation
- create - Face Swap video
- create - Face Swap Photo
- create - Generate asset upload urls
- create - Image Background Remover
- create - Image-to-Video
- create - Lip Sync
- create - Photo Colorizer
- create - Text-to-Video
- create - Video-to-Video