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.0.tar.gz (16.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.0-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: verba_client-0.1.0.tar.gz
  • Upload date:
  • Size: 16.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.0.tar.gz
Algorithm Hash digest
SHA256 ef76d9af82ba4c12461cc228e95bd6890e732d49887af49928829eb2d53d5e78
MD5 0de056cf796e1b42f4574a8bd123ece7
BLAKE2b-256 d64be3274f9f6fc6b2e149db97ad849acd15d96f63ce4cfc90f0a54f7af44cd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for verba_client-0.1.0.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.0-py3-none-any.whl.

File metadata

  • Download URL: verba_client-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 9.7 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a7b18bd8b028e644f40a990d19ac7c53ee6c3194640d9471425132f87c4b9a1d
MD5 76d132ac948c1241740f660720865f58
BLAKE2b-256 7804074192f26dad71f6db68f6a7216834df1f9f6d8108de198807eb21c8db80

See more details on using hashes here.

Provenance

The following attestation bundles were made for verba_client-0.1.0-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