No project description provided
Project description
Magic Hour API Python SDK
Overview
Introduction
Magic Hour provides an API (beta) that can be integrated into your own application to generate videos using AI.
Webhook documentation can be found here.
If you have any questions, please reach out to us via discord.
Authentication
Every request requires an API key.
To get started, first generate your API key here.
Then, add the Authorization header to the request.
| Key | Value |
|---|---|
| Authorization | Bearer mhk_live_apikey |
Warning: any API call that renders a video will utilize frames in your account.
Synchronous Client
from magic_hour import Client
from os import getenv
client = Client(token=getenv("API_TOKEN"))
Asynchronous Client
from magic_hour import AsyncClient
from os import getenv
client = AsyncClient(token=getenv("API_TOKEN"))
Module Documentation and Snippets
v1.ai_clothes_changer
- create - AI Clothes Changer
v1.ai_headshot_generator
- create - AI Headshots
v1.ai_image_generator
- create - AI Images
v1.ai_image_upscaler
- create - AI Image Upscaler
v1.ai_photo_editor
- create - AI Photo Editor
v1.ai_qr_code_generator
- create - AI QR Code
v1.animation
- create - Animation
v1.face_swap
- create - Face Swap video
v1.face_swap_photo
- create - Face Swap Photo
v1.files.upload_urls
- create - Generate asset upload urls
v1.image_background_remover
- create - Image Background Remover
v1.image_projects
v1.image_to_video
- create - Image-to-Video
v1.lip_sync
- create - Lip Sync
v1.text_to_video
- create - Text-to-Video
v1.video_projects
v1.video_to_video
- create - Video-to-Video
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file magic_hour-0.8.0.tar.gz.
File metadata
- Download URL: magic_hour-0.8.0.tar.gz
- Upload date:
- Size: 36.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.8.18 Linux/6.8.0-1020-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2f772732fe58580f2eca7808e0ace14b1463131bf00487c930e5d612ab9a307
|
|
| MD5 |
1095ff5f6b855a95dc71614643dc42f6
|
|
| BLAKE2b-256 |
ef10e3af1252a411a361eca0f090b112df5caa205a970370b361d77b5e3dcaf4
|
File details
Details for the file magic_hour-0.8.0-py3-none-any.whl.
File metadata
- Download URL: magic_hour-0.8.0-py3-none-any.whl
- Upload date:
- Size: 99.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.8.18 Linux/6.8.0-1020-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b5afb51819bf658f406fc4742118afedbe97df4194a4ee7fcee5f8d2748b7af
|
|
| MD5 |
902e5fe64cd54fe7d468e70fed087773
|
|
| BLAKE2b-256 |
5b27f2baceeb5b3efd4f5fe0c02d3bea5cc7e41e3d0a742ef67972db890630c8
|