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_headshot_generator
- create - Create AI Headshots
v1.ai_image_generator
- create - Create AI Images
v1.ai_image_upscaler
- create - Create Upscaled Image
v1.ai_photo_editor
- create - AI Photo Editor
v1.ai_qr_code_generator
- create - Create AI QR Code
v1.animation
- create - Create Animation
v1.face_swap
- create - Create Face Swap video
v1.face_swap_photo
- create - 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 - Create Image-to-Video
v1.lip_sync
- create - Create Lip Sync video
v1.text_to_video
- create - Create Text-to-Video
v1.video_projects
v1.video_to_video
- create - 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.7.1.tar.gz.
File metadata
- Download URL: magic_hour-0.7.1.tar.gz
- Upload date:
- Size: 32.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.12.3 Linux/6.8.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
771d902b0145b2b08f4189bd358efe2253d453e87d49d65498cc6cf4d3e104d1
|
|
| MD5 |
401f54c33fb7a24ed1cdfabde9431d10
|
|
| BLAKE2b-256 |
70f1c576fa00baab02bb047677289392aae6402af7ce76d9a3b8758c084cfdc9
|
File details
Details for the file magic_hour-0.7.1-py3-none-any.whl.
File metadata
- Download URL: magic_hour-0.7.1-py3-none-any.whl
- Upload date:
- Size: 91.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.12.3 Linux/6.8.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5c20c6bb48991ac839202a99a1bf3469dec9bd8281aa394a607dc9df0da0b9a
|
|
| MD5 |
67d963ac7577e003f91189bf31422394
|
|
| BLAKE2b-256 |
d535abbd56d1d5a47defa7013100ea3c6d15c34ef31a6ab2626335c608490c02
|