Official Python client for the Video To Text API
Project description
video-to-text-python
Official Python client for the Video To Text API.
- API docs: Video To Text API
- Supports Python 3.10+
Installation
pip install video-to-text-python
Quick Start
import os
from pathlib import Path
from video_to_text import VideoToTextClient
client = VideoToTextClient(api_key=os.environ["VTT_API_KEY"])
task = client.transcriptions.transcribe_file(
Path("meeting.mp4"),
transcription_mode="balanced",
)
print(task.status, task.full_text, task.billed_credits)
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 video_to_text_python-1.0.0.tar.gz.
File metadata
- Download URL: video_to_text_python-1.0.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa3de0a7afdc923b20fdd4b88c70e849ed20db0d04d346c8586108e609d22db6
|
|
| MD5 |
e88021327baef2e38f9fc48413890ee3
|
|
| BLAKE2b-256 |
0341840e8d9f0debe74ea74c2980ad9684ee694935299db8a458a96290edbf2b
|
File details
Details for the file video_to_text_python-1.0.0-py3-none-any.whl.
File metadata
- Download URL: video_to_text_python-1.0.0-py3-none-any.whl
- Upload date:
- Size: 10.1 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 |
ab0865ba0bdea5bbec79b4654a39298e70f7a164046a2227cfd9a1d62493ebc7
|
|
| MD5 |
f6d1312147696b83854c2ccb7d8e833c
|
|
| BLAKE2b-256 |
08e86954a2dac003efa66c73c5f2baaf1c0121d5f662427dc00fe632737d4bc6
|