Voxovo AI Public API Python client
Project description
voxovo (Python)
pip install voxovo
# or from this repo:
pip install -e ./sdks/python
from voxovo import VoxovoClient, verify_webhook_signature, browser_voice_ws_url
client = VoxovoClient(api_key="omni_sk_…", base_url="https://api.voxovo-ai.com")
agents = client.list_agents()
client.create_outbound_call({"agent_id": "…", "to": "+15551234567"})
ok = verify_webhook_signature(raw_body, request.headers.get("X-Voxovo-Signature"), webhook_secret)
ws = browser_voice_ws_url("https://api.voxovo-ai.com", call_id="…")
Browser mic capture lives in @voxovo/sdk (WebVoiceClient). This package is the server/automation client.
Publish
cd sdks/python
python -m build
twine upload dist/*
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
voxovo-0.2.0.tar.gz
(2.8 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 voxovo-0.2.0.tar.gz.
File metadata
- Download URL: voxovo-0.2.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
837f7e65b6bcf4c7b3c6985496b4138bbb3b2720c9be9f66964988dc6729d077
|
|
| MD5 |
7bfc7f3f96076c2e6d83393cb5a8662e
|
|
| BLAKE2b-256 |
183db46a3e77de0a882a9684707a991551809d8bd0b367349f7569a7931c6877
|
File details
Details for the file voxovo-0.2.0-py3-none-any.whl.
File metadata
- Download URL: voxovo-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.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 |
06cae0446c21893180d1c33fc9d27e5d11817de3a93e1b78eeec131368d180a7
|
|
| MD5 |
03903ec5c467951a2a7d955279255438
|
|
| BLAKE2b-256 |
79ffc554e3696a85055891cf097a000a49505c4fd5c6f172dd982c89ba506265
|