Official Python client for Indream Open API
Project description
indream-client
Official Python client for the Indream Open API.
- API docs: https://docs.indream.ai
- Supports Python 3.10+
Installation
pip install indream-client
Quick Start
from indream import IndreamClient
client = IndreamClient(api_key="YOUR_INDREAM_API_KEY")
created = client.exports.create(
{
"editorState": editor_state,
"ratio": "9:16",
"scale": 0.6,
"fps": 30,
"format": "mp4",
}
)
task = client.exports.wait(created.task_id)
print(task.status, task.output_url, task.duration_seconds, task.billed_standard_seconds)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
indream_client-0.1.1.tar.gz
(15.6 kB
view details)
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 indream_client-0.1.1.tar.gz.
File metadata
- Download URL: indream_client-0.1.1.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9165b790f8b8c2f968ebed2407a2e1c91a704fc7b6aaf16ab86db1224b2a8260
|
|
| MD5 |
526f067cf3f43d466dccb3b4d4a2d392
|
|
| BLAKE2b-256 |
5b9785c6fe7e7aeb550cdb82f1a83080fc1552e60fe9e2162f0e7a4e7bf2d85e
|
File details
Details for the file indream_client-0.1.1-py3-none-any.whl.
File metadata
- Download URL: indream_client-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dc5b1353b90528b499689e334e29766e412b02f6b77640b3afb8355629f6cc5
|
|
| MD5 |
0d2083e5247762984a202499d76905f9
|
|
| BLAKE2b-256 |
1507f114581c9d1a07cb4579f5338d5964ebcbd1bb0aa307d5801fc72efc4fc4
|