Skip to content

api-evangelist/vocode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vocode (vocode)

Vocode is an open-source Python library (vocode-core, MIT licensed) for building real-time, streaming voice AI agents that run over phone calls, plus a hosted REST API at https://api.vocode.dev/v1 (Bearer API key) for placing and managing outbound and inbound phone calls, configuring agents, voices, prompts, actions, phone numbers, and webhooks without operating the streaming infrastructure yourself.

APIs.json: https://raw.githubusercontent.com/api-evangelist/vocode/refs/heads/main/apis.yml

Tags

  • Voice AI
  • Voice Agents
  • Telephony
  • Conversational AI
  • Phone Calls

Timestamps

  • Created: 2026-06-21
  • Modified: 2026-06-21

APIs

Vocode Calls API

Create outbound calls, look up a single call, list calls, end an active call, and download call recordings on the hosted Vocode platform, attaching an inline or saved agent to each call.

Tags

  • Calls
  • Outbound
  • Inbound
  • Telephony

Properties

Vocode Agents API

Create, retrieve, list, and update voice agents - each binding a prompt, language, voice, actions, webhook, and conversation behavior (interrupt sensitivity, endpointing, IVR navigation) used to drive a call.

Tags

  • Agents
  • Conversational AI
  • LLM

Properties

Vocode Phone Numbers API

Buy, get, list, update, cancel, and link phone numbers, including binding an inbound agent to a number or bringing your own Twilio/Vonage number via an account connection.

Tags

  • Phone Numbers
  • Telephony
  • Provisioning

Properties

Vocode Actions API

Create, get, list, and update actions an agent can take mid-call - transfer call, end conversation, DTMF, set hold, add to conference, and external HTTP actions - triggered by function call or phrase.

Tags

  • Actions
  • Tools
  • Function Calling

Properties

Vocode Voices API

Create, get, list, and update voices that agents speak with, wrapping ElevenLabs, Azure, PlayHt, Rime, and the native Vocode voice synthesizers.

Tags

  • Voices
  • Text to Speech
  • Synthesis

Properties

Vocode Webhooks API

Create, get, list, and update webhooks that subscribe to call lifecycle events - message, action, call connected/ended, transcript, recording, and human detection - delivered to your endpoint via HTTP POST.

Tags

  • Webhooks
  • Events
  • Callbacks

Properties

Vocode Realtime Streaming Conversation

Real-time, bidirectional streaming conversation pipeline (StreamingConversation) in the open-source library that wires transcription, agent response, and synthesis together; the hosted platform consumes telephony media-stream WebSockets, but no public client-facing wss conversation endpoint is documented in the hosted REST API.

Tags

  • Realtime
  • Streaming
  • WebSocket

Properties

Vocode Open Source Library

vocode-core, the MIT-licensed Python library for building voice-based LLM agents with pluggable STT, LLM, and TTS providers and Twilio/Vonage telephony, self-hosted and free, distinct from the hosted Vocode API.

Tags

  • Open Source
  • Python
  • Library
  • SDK

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors