HappyHorse API Python SDK for RunAPI
The HappyHorse Python SDK is the language-specific package for HappyHorse on RunAPI. Use this package for video generation, animation, and video editing workflows when your application needs request bodies, task status lookup, and consistent RunAPI errors in Python.
Install
pip install runapi-happyhorse
Quick start
from runapi.happyhorse import HappyHorseClient
client = HappyHorseClient() # reads RUNAPI_API_KEY, or pass api_key="sk-..."
video = client.text_to_video.run(
model="happyhorse-text-to-video",
prompt="A horse galloping along a beach at sunset, cinematic",
aspect_ratio="16:9",
output_resolution="1080p",
duration_seconds=5,
)
print(video.videos[0].url)
For image-to-video, call client.image_to_video.run with model="happyhorse-image-to-video" and a first_frame_image_url. For edit-video, call client.edit_video.run with model="happyhorse-edit-video". Use create to submit a task and return quickly, get to fetch the latest task state, and run to create and poll until completion. In web request handlers, prefer create plus webhook or later get polling so a worker is not held open.
RunAPI-generated file URLs are temporary. Download and store generated images, videos, audio, or other files in your own durable storage within 7 days; do not treat returned URLs as long-term assets.
Language notes
Pass parameters as keyword arguments and catch the runapi.happyhorse error classes when building video jobs or scripts. The available resources are text_to_video, image_to_video, and edit_video. Keep RUNAPI_API_KEY in the environment or your secret manager; never commit API keys or callback secrets.
Links
- Model page: https://runapi.ai/models/happyhorse
- SDK docs: https://runapi.ai/docs/resources/sdks
- Product docs: https://runapi.ai/docs/api/happyhorse/text-to-video
- Image-to-video pricing and rate limits: https://runapi.ai/models/happyhorse/image-to-video
- Character pricing and rate limits: https://runapi.ai/models/happyhorse/character
- Edit-video pricing and rate limits: https://runapi.ai/models/happyhorse/edit-video
- Pricing and rate limits: https://runapi.ai/models/happyhorse/text-to-video
- Provider comparison: https://runapi.ai/providers/alibaba
- Full catalog: https://runapi.ai/models
License
Licensed under the Apache License, Version 2.0.
Release files for runapi-happyhorse 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| runapi_happyhorse-0.2.1.tar.gz | 5.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| runapi_happyhorse-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:14.2 kB
Release files / runapi_happyhorse-0.2.1.tar.gz
| Download URL | runapi_happyhorse-0.2.1.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
380138882daed6a6a4ee4aaca073cee3817ea43297eadc104124aaa629acdc91
|
|
BLAKE2b-256 checksum How to use checksums |
c848b15f72d1103b1e989d58060eaddea4c9582da5f205f39bdfedf90aab4bea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / runapi_happyhorse-0.2.1-py3-none-any.whl
| Download URL | runapi_happyhorse-0.2.1-py3-none-any.whl |
|---|---|
| Size | 8.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
aaaf33312d995581a05b17752368c51fc2c58d9535f8cdd603c62dd48e5dbe36
|
|
BLAKE2b-256 checksum How to use checksums |
5630e029b99a582a6bdf804bd9047020702504741b49293c009880dbac67917b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|