Vantax AIDocs
Quick StartChangelog
Dashboard

Get Started

OverviewQuick Start

Introduction

AuthenticationAPI KeysError HandlingRate LimitsPagination

Resources

Error CodesSDKsChangelogGlossaryFAQ

API Reference

  1. Docs
  2. API Reference
  3. Agents

Agents

Create and manage AI Agents — the voice and chat personas that handle calls, messages, and conversations on your behalf.

Agents

GET

List Agents

/v1/agents

POST

Create Agent

/v1/agents

GET

Get Agent

/v1/agents/{agent_id}

PATCH

Update Agent

/v1/agents/{agent_id}

DELETE

Delete Agent

/v1/agents/{agent_id}

Agent Voices

GET

List Voices

/v1/voices

GET

Get Voice

/v1/voices/{voice_id}

POST

Get Voice Preview

/v1/voices/{voice_id}/preview

Agent Assignment

POST

Assign Phone Number to Agent

/v1/agents/{agent_id}/phone-numbers

DELETE

Remove Phone Number from Agent

/v1/agents/{agent_id}/phone-numbers/{phone_number_id}

Agent Knowledge Bases

POST

Assign Knowledge Base to Agent

/v1/agents/{agent_id}/knowledge-bases

DELETE

Remove Knowledge Base from Agent

/v1/agents/{agent_id}/knowledge-bases/{knowledgebase_id}