# Vogent ## Docs - [Cancel Eval Run](https://docs.vogent.ai/api-reference/cancel-eval-run.md): Cancels a running or pending evaluation run. Terminates the underlying workflow and sets the status to CANCELLED. - [Clone Voice](https://docs.vogent.ai/api-reference/clone-voice.md): Clones a new voice for the workspace. - [Create a function](https://docs.vogent.ai/api-reference/create-a-function.md): Creates a function. - [Create Batch Job](https://docs.vogent.ai/api-reference/create-a-new-batch-dial-job.md): Creates a new batch dial job. You must start the job with the `/paused` endpoint for calls to begin. - [Create a new dial](https://docs.vogent.ai/api-reference/create-a-new-dial.md): Creates a one-off dial session, either for phone dials or browser dials. - [Create Agent](https://docs.vogent.ai/api-reference/create-agent.md): Creates a new agent. - [Create Eval Config](https://docs.vogent.ai/api-reference/create-eval-config.md): Creates a new AI evaluation configuration. - [Create Eval Config Record](https://docs.vogent.ai/api-reference/create-eval-config-record.md): Creates a new record for an AI evaluation configuration. Either provide a dialId to link an existing dial, or provide prompt fields to create a prompt-based record. - [Create extractor](https://docs.vogent.ai/api-reference/create-extractor.md): Create a new extractor for a given agent. - [Create a phone number](https://docs.vogent.ai/api-reference/create-number.md): Creates a phone number of various types (purchase, SIP import, or Vogent SIP). - [Create versioned prompt](https://docs.vogent.ai/api-reference/create-versioned-prompt.md): Creates a versioned prompt for a given agent. - [Delete Agent](https://docs.vogent.ai/api-reference/delete-agent.md): Delete an agent. This action is irreversible, so be careful when using it. Returns the deleted agent. - [Delete Eval Record](https://docs.vogent.ai/api-reference/delete-eval-record.md): Deletes an AI evaluation record. - [Delete function](https://docs.vogent.ai/api-reference/delete-function.md): Deletes a function, and unlinks it from any agents. - [Delete Phone Number](https://docs.vogent.ai/api-reference/delete-phone-number.md): Deletes a phone number - [Get Batch Job](https://docs.vogent.ai/api-reference/get-batch-dial-job.md): Get metadata for a batch dial job. - [Get Dial](https://docs.vogent.ai/api-reference/get-dial.md): Gets the details of a dial. - [Get Dial Token](https://docs.vogent.ai/api-reference/get-dial-token.md): Gets a token for a given dial. - [Get Eval Config](https://docs.vogent.ai/api-reference/get-eval-config.md): Gets the metadata of an AI evaluation configuration. - [Get Eval Record](https://docs.vogent.ai/api-reference/get-eval-record.md): Gets an AI evaluation record. - [Get Eval Result](https://docs.vogent.ai/api-reference/get-eval-result.md): Gets an AI evaluation result. - [Get Eval Run](https://docs.vogent.ai/api-reference/get-eval-run.md): Gets an AI evaluation run. - [Get extractor](https://docs.vogent.ai/api-reference/get-extractor.md): Get an extractor for a given agent. - [Get function](https://docs.vogent.ai/api-reference/get-function.md): Gets a specific function. - [Get Phone Number](https://docs.vogent.ai/api-reference/get-phone-number.md): Retrieve a phone number - [Get versioned prompt](https://docs.vogent.ai/api-reference/get-versioned-prompt.md): Gets a specific versioned prompt for a given agent. - [Hangup Dial.](https://docs.vogent.ai/api-reference/hangup-dial.md): Hangs up an in-progress dial. - [Introduction](https://docs.vogent.ai/api-reference/introduction.md) - [List Agents](https://docs.vogent.ai/api-reference/list-agents.md): List the agents on your account. - [List Batch Jobs](https://docs.vogent.ai/api-reference/list-batch-dial-jobs.md): Lists batch dial jobs for the workspace. - [List Batch Dials](https://docs.vogent.ai/api-reference/list-batch-dials.md): Lists completed dials that are associated with the batch job. - [List Eval Config Records](https://docs.vogent.ai/api-reference/list-eval-config-records.md): Lists the records for an AI evaluation configuration. - [List Eval Config Runs](https://docs.vogent.ai/api-reference/list-eval-config-runs.md): Lists the runs for an AI evaluation configuration. - [List Eval Configs](https://docs.vogent.ai/api-reference/list-eval-configs.md): Lists the AI evaluation configurations in your workspace. - [List Eval Run Results](https://docs.vogent.ai/api-reference/list-eval-run-results.md): Lists the results for an AI evaluation run. - [List extractors](https://docs.vogent.ai/api-reference/list-extractors.md): List all extractors for a given agent. - [List Models](https://docs.vogent.ai/api-reference/list-models.md): List the models available on your account. - [List phone numbers](https://docs.vogent.ai/api-reference/list-phone-numbers.md): List phone numbers in your workspace. - [List Queued Batch Dials](https://docs.vogent.ai/api-reference/list-queued-dials-for-batch-dial-job.md): Lists all rows that are queued as part of the batch job. - [List versioned prompts](https://docs.vogent.ai/api-reference/list-versioned-prompts.md): Lists versioned prompts for a given agent. - [List Voices](https://docs.vogent.ai/api-reference/list-voices.md): Lists the AI voices available to the workspace. - [Purchase available number (deprecated, use /phone_numbers instead)](https://docs.vogent.ai/api-reference/purchase-available-number.md): Purchase an available phone number. - [Rerun Eval Result](https://docs.vogent.ai/api-reference/rerun-eval-result.md): Re-runs the evaluation judge on an existing result's transcript. Only re-evaluates using the judge model - does not re-generate the transcript. - [Run Eval](https://docs.vogent.ai/api-reference/run-eval.md): Starts a new evaluation run for an AI evaluation configuration. Optionally specify specific record IDs to evaluate. - [Run Multispeaker TTS Model](https://docs.vogent.ai/api-reference/run-multispeaker-tts-model.md): Runs a multispeaker (conversational) text to speech model and generates audio. Bytes will be streamed to the client as they are generated. - [Run TTS Model](https://docs.vogent.ai/api-reference/run-tts-model.md): Runs a text to speech model and generates audio. Bytes will be streamed to the client as they are generated. - [Search for available numbers](https://docs.vogent.ai/api-reference/search-for-available-numbers.md): Search for available numbers available to purchase - [Pause/Resume Batch Job](https://docs.vogent.ai/api-reference/set-batch-dial-job-paused.md): Sets the paused state of a batch dial job. - [Update Agent](https://docs.vogent.ai/api-reference/update-agent.md): Updates an existing agent. - [Update Batch Job](https://docs.vogent.ai/api-reference/update-batch-dial-job.md): Update an existing batch dial job. - [Update Eval Config](https://docs.vogent.ai/api-reference/update-eval-config.md): Updates an AI evaluation configuration. - [Update Eval Record](https://docs.vogent.ai/api-reference/update-eval-record.md): Updates an AI evaluation record. Only available for prompt-type records. - [Update extractor](https://docs.vogent.ai/api-reference/update-extractor.md): Update an extractor for a given agent. - [Update function](https://docs.vogent.ai/api-reference/update-function.md): Updates a specific function. - [Update Phone Number](https://docs.vogent.ai/api-reference/update-phone-number.md): Update a phone number's properties - [Update versioned prompt](https://docs.vogent.ai/api-reference/update-versioned-prompt.md): Updates a versioned prompt for a given agent. - [Websocket TTS](https://docs.vogent.ai/api-reference/voicelab-websocket-tts.md): Real-time text-to-speech streaming over websockets. Send text incrementally and receive audio chunks as they are generated. To authenticate, you must include an `Authorization` header, with the value `Bearer {API_TOKEN}`. You can also include an `apiKey` query param with the value being your API key… - [Dials Statuses](https://docs.vogent.ai/developers/dial-statuses.md): Lifecycle of a dial. - [Dials and Dial Sessions](https://docs.vogent.ai/developers/dials-dialsessions.md): Core objects in Elto. - [Flow Builder Schemas](https://docs.vogent.ai/developers/schemas.md) - [Create Dial](https://docs.vogent.ai/developers/webhooks/create-dial.md) - [Dial Extractor Complete](https://docs.vogent.ai/developers/webhooks/dial-extractor.md) - [Inbound Dial](https://docs.vogent.ai/developers/webhooks/dial-inbound.md) - [Dial Recording Complete](https://docs.vogent.ai/developers/webhooks/dial-recording.md) - [Dial Status Updated](https://docs.vogent.ai/developers/webhooks/dial-status-updated.md) - [Dial Transcript Finalized](https://docs.vogent.ai/developers/webhooks/dial-transcript.md) - [Function Call](https://docs.vogent.ai/developers/webhooks/function-call.md) - [Introduction](https://docs.vogent.ai/introduction.md): What is Vogent? - [General Settings](https://docs.vogent.ai/platform-overview/agents/config/general-settings.md): Configure Basic Behavior of Your Voice Agent - [IVR Settings](https://docs.vogent.ai/platform-overview/agents/config/ivr-settings.md): Configure How Your Agent Handles Automated Phone Menus - [Linked Numbers](https://docs.vogent.ai/platform-overview/agents/config/linked-numbers.md): Connect Phone Numbers to Your Agent - [Overview](https://docs.vogent.ai/platform-overview/agents/config/overview.md): Configure Your Voice AI Agent - [Voice Settings](https://docs.vogent.ai/platform-overview/agents/config/voice-settings.md): Configure Your Agent's Voice and Speech Parameters - [Dial History](https://docs.vogent.ai/platform-overview/agents/evaluation/dial-history.md): View and analyze past dials - [Extractors](https://docs.vogent.ai/platform-overview/agents/evaluation/extractors.md): Extract data after each call in a structured format - [Overview](https://docs.vogent.ai/platform-overview/agents/evaluation/overview.md): Everything that happens after the call - [Versioning and Evaluation](https://docs.vogent.ai/platform-overview/agents/evaluation/versioning-and-evaluation.md): Manage model and extractor versions - [Fine Tuning](https://docs.vogent.ai/platform-overview/agents/model/fine-tuning.md): Optimize your agent's performance with custom training - [Flow Builder](https://docs.vogent.ai/platform-overview/agents/model/flow-builder.md): Build more structured agents with explicit conditional logic - [Overview](https://docs.vogent.ai/platform-overview/agents/model/overview.md): Design your agent's conversation logic - [Prompted Models](https://docs.vogent.ai/platform-overview/agents/model/prompted-models.md): Configure your agent's conversational behavior using a prompt - [Overview](https://docs.vogent.ai/platform-overview/agents/overview.md): Designing Agents using Vogent - [API Settings](https://docs.vogent.ai/platform-overview/api-settings.md): Manage API keys, webhooks, and concurrency limits - [Batch Dial Jobs](https://docs.vogent.ai/platform-overview/batch-dial-jobs.md): Automate large-scale outbound calling campaigns with scheduled batch dial jobs - [Billing](https://docs.vogent.ai/platform-overview/billing.md): How we charge for Vogent - [Introduction](https://docs.vogent.ai/platform-overview/introduction.md): A Deep-Dive into the Vogent Platform - [Live Dials](https://docs.vogent.ai/platform-overview/live-dials.md): Connect into live calls - [Prompting Guide](https://docs.vogent.ai/platform-overview/prompting-guide.md): A guide to designing effective voice agents in Vogent - [Auto-Create Agents](https://docs.vogent.ai/platform-overview/self-learning/create.md): Create agents from recordings and talk tracks - [Optimize Agents](https://docs.vogent.ai/platform-overview/self-learning/optimize.md): Optimize performance based on historical dials and simulations - [Self Learning Overview](https://docs.vogent.ai/platform-overview/self-learning/overview.md): Using the self-learning capabilities in Vogent - [Team](https://docs.vogent.ai/platform-overview/team.md): Manage your team - [Function Calling](https://docs.vogent.ai/platform-overview/tools/function-calling.md): Connect agents to external data and systems - [Knowledge Bases](https://docs.vogent.ai/platform-overview/tools/knowledge-bases.md): Enable agents to access and reference custom documentation - [Voice Library](https://docs.vogent.ai/platform-overview/voices/index.md): Discover available voices - [Sesame](https://docs.vogent.ai/platform-overview/voices/sesame.md): Learn about Sesame voice technology - [Voice Cloning](https://docs.vogent.ai/platform-overview/voices/voice-cloning.md): Learn about Vogent voice cloning capabilities - [Flow Builder Agent Quickstart](https://docs.vogent.ai/quickstart/flow-builder.md): Create an inbound voice agent that can schedule an appointment. - [Inbound Agent Quickstart](https://docs.vogent.ai/quickstart/inbound.md): Create an inbound voice agent that can take orders for a restaurant. - [Outbound Agent Quickstart](https://docs.vogent.ai/quickstart/outbound.md): Create an outbound voice agent that can navigate an IVR and get a restaurant's hours. - [Overview](https://docs.vogent.ai/quickstart/overview.md): Get an agent up and running in a few minutes - [Web SDK](https://docs.vogent.ai/sdk/web-sdk.md): Integrate Vogent into your web applications with the Vogent Web Client SDK - [Overview](https://docs.vogent.ai/telephony/overview.md): Overview of the Telephony features in Vogent - [Using a SIP Domain](https://docs.vogent.ai/telephony/sip-domain/overview.md): Create a SIP domain to make and receive calls - [SIP Trunking Overview](https://docs.vogent.ai/telephony/sip/overview.md): Overview of SIP trunking in Vogent - [Telnyx SIP Import](https://docs.vogent.ai/telephony/sip/telnyx.md): Import a Telnyx phone number into Vogent - [Twilio SIP Import](https://docs.vogent.ai/telephony/sip/twilio.md): Import a Twilio phone number into Vogent - [Vonage SIP Import](https://docs.vogent.ai/telephony/sip/vonage.md): Import a Vonage phone number into Vogent - [Fine-tuning and Hosting](https://docs.vogent.ai/voicelab/fine-tuning.md): Customize models for your specific use case and hosting requirements - [Introduction](https://docs.vogent.ai/voicelab/introduction.md): Introduction to Vogent's Voicelab platform - [Models](https://docs.vogent.ai/voicelab/models.md): Explore the available text-to-speech models and their capabilities - [On-premise Deployment](https://docs.vogent.ai/voicelab/on-premise.md): Deploy Voicelab in your own infrastructure for maximum control - [Quickstart](https://docs.vogent.ai/voicelab/quickstart.md): Create your first voice generations - [Roadmap](https://docs.vogent.ai/voicelab/roadmap.md): See what's coming next for Voicelab and upcoming features - [Voices and Voice Cloning](https://docs.vogent.ai/voicelab/voices.md): Browse the voice library and learn about voice cloning options ## OpenAPI Specs - [openapi](https://docs.vogent.ai/api-reference/openapi.yaml) ## AsyncAPI Specs - [asyncapi](https://docs.vogent.ai/api-reference/asyncapi.yaml)