{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/4"}],"enrichment":{"capability":"Provides Python bindings to Vonage's Voice API for making and managing phone calls, including call creation, transfer, audio/TTS playback, and NCCO (Call Control Object) building.","skillfed_tags":["telephony","vonage-sdk","call-control"],"use_cases":["Build an IVR (interactive voice response) system that plays prompts and routes calls based on DTMF input.","Programmatically initiate outbound calls with custom audio or text-to-speech messages for notifications or surveys.","Transfer an active call to a new NCCO or URL without dropping the connection.","Play audio streams or TTS into an ongoing call for real-time announcements or hold messages.","Query call history and status across your Vonage account with filtering by date, status, or conversation ID."],"what_it_does":"vonage-voice is a Python client library for Vonage's Voice API, enabling programmatic control of phone calls. It wraps Vonage's REST endpoints and provides a Pydantic-based request/response model layer, so you construct call parameters as typed objects rather than raw dictionaries. The package includes an NCCO builder\u2014a set of classes representing call control actions (Talk, Play, Transfer, etc.)\u2014that you chain together to define call flow logic.\n\nYou use it by instantiating a Vonage client (typically through the main vonage package) and calling methods like create_call, transfer_call_ncco, play_audio_into_call, or hangup on the voice submodule. The package handles serialization to Vonage's API format and parsing responses back into Python objects. It depends on vonage-http-client for HTTP transport, vonage-utils for shared utilities, and pydantic for data validation.","worth_installing":"Yes. The package is actively maintained, has low install friction, carries no known vulnerabilities, and is the official Vonage Voice API client for Python. Install it if you need to integrate Vonage voice capabilities into a Python application; the Pydantic-based API and NCCO builder reduce boilerplate compared to raw HTTP calls."},"id":"vonage-voice","links":{"html":"https://skillfed.io/packages/vonage-voice","md":"https://skillfed.io/packages/vonage-voice.md","pypi":"https://pypi.org/project/vonage-voice/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-20","license_spdx":null,"license_treatment":"permissive","name":"vonage-voice","python_support":"supports_current","summary":"Vonage voice package"},"popularity":{"monthly_downloads":348154,"position":7344,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.5.1"}
