Skip to main content

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

License

Licensed under the Apache License, Version 2.0.

Release files for runapi-happyhorse 0.2.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for runapi-happyhorse 0.2.0
File Size Uploaded
runapi_happyhorse-0.2.0.tar.gz 5.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for runapi-happyhorse 0.2.0
File Interpreter ABI Platform
runapi_happyhorse-0.2.0-py3-none-any.whl Python 3 none any Details

Total release size:14.2 kB

Release files / runapi_happyhorse-0.2.0.tar.gz

Download URL runapi_happyhorse-0.2.0.tar.gz
Size 5.8 kB
Tags Source
SHA-256 checksum
How to use checksums
c6e158e7c6c5ab134173a71e9a471f11ae2e5602f3a3dfb56fc76629787f9b9a
BLAKE2b-256 checksum
How to use checksums
cc6e5de1398e4da378b38ba4c1aa588f5d1935c8da857f1520842c9a9c32d024
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.0-py3-none-any.whl

Download URL runapi_happyhorse-0.2.0-py3-none-any.whl
Size 8.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
52c445cd2b12449c5c1a8e5c196799a101d8caa890deed8886ce1878d51e91a7
BLAKE2b-256 checksum
How to use checksums
5750dbb6ff41ccebbac20ba2bc2fdbc58e97ab8b45b72c56c69c0ea115cbd3de
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 history Release notifications | RSS feed

0.2.1

2 release files

This release

0.2.0 This release

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page