Skip to main content

Python client for the Verba (VFC Capture) HTTP Business API

Project description

verba-client

Python client for the Verba (VFC Capture) HTTP Business API.

Installation

pip install verba-client

Quick Start

from datetime import datetime, timedelta
from verba_client import VerbaClient

with VerbaClient(
    base_url="https://your-verba-server.com/verba",
    api_key="YOUR-API-KEY",
    username="user@example.com",
    password="password",
) as client:
    # Search calls from the last 7 days
    end = datetime.now()
    start = end - timedelta(days=7)
    result = client.search_calls(start, end, pagelen=50)

    print(f"Found {result.total_count} calls")
    for call in result.calls:
        print(f"  {call.ccdr_id}: {call.source_caller_id} -> {call.destination_caller_id}")

API Coverage

All 18 HTTP Business API endpoints are supported:

Authentication: authenticate()

Metadata Calls: search_calls(), get_call_information(), get_call_id(), get_call_url(), delete_call(), add_marker(), attach_metadata(), get_markers(), get_voice_quality(), keep_call(), mute_recording()

Media Calls: get_media(), get_media_encoded(), get_media_live(), get_media_segment(), get_thumbnail(), get_waveform(), put_media()

License

MIT

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

verba_client-0.1.1.tar.gz (17.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

verba_client-0.1.1-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

Details for the file verba_client-0.1.1.tar.gz.

File metadata

  • Download URL: verba_client-0.1.1.tar.gz
  • Upload date:
  • Size: 17.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for verba_client-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a9b85de51da110bdf2bf87b1c7439dc9a1546445872d067ab84c354a90e21e2f
MD5 37dfa56e41b828b275f0d76b25f1bd48
BLAKE2b-256 d3d8175c7e4db02d586dbbb082961cf8446a73f66162488c5dde6ad585912da5

See more details on using hashes here.

Provenance

The following attestation bundles were made for verba_client-0.1.1.tar.gz:

Publisher: publish.yml on vignirvignir/VerbaSiminn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file verba_client-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: verba_client-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for verba_client-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2b62e0dc52e0df87d18c01148ca6fc2487bc0983c7641af44982a1d6e1fa2b59
MD5 970d5c52967c9fe3e5d23daf3a2d3325
BLAKE2b-256 5c8ebffa8f4fb145830f60f67c4cefcf3dca198b51f542563a798a5fb414863f

See more details on using hashes here.

Provenance

The following attestation bundles were made for verba_client-0.1.1-py3-none-any.whl:

Publisher: publish.yml on vignirvignir/VerbaSiminn

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page