Vogent Documentation
Community-maintained documentation for Vogent Voice AI platform
Optimized for Context7 integration with AI code editors
Official Docs • Dashboard • Discord • Quick Start
______________________________________________________________________
Vogent是什么?
Vogent是一个用于构建的多功能平台 类人智能语音人工智能代理从出站销售电话到入站支持,Vogent提供了大规模部署生产级语音AI的基础设施。
关键能力
| 特性 | 描述 |
|---|---|
| IVR导航 | 使用AI自动检测和导航电话树 |
| 语音克隆 | 克隆任何语音或使用芝麻CSM-1B超低延迟TTS |
| 流量生成器 | 结构化对话路径的可视化界面 |
| 函数调用 | 用于动态决策的实时webhooks |
| 批量拨号 | 通过排队拨号扩展出站活动 |
| HIPAA合规性 | 企业为医疗保健应用做好准备 |
______________________________________________________________________
快速开始
与Context7一起使用
# In any Context7-compatible AI editor (Cursor, Windsurf, Claude Code, etc.)
use context7 /crowe452/vogent-docs或搜索 “vogent” 在Context7的库搜索中。
API身份验证
# All API requests require Bearer token authentication
curl -X POST https://api.vogent.ai/api/dials \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"agentId": "...", "toNumber": "+1234567890"}'在生成API密钥 app.vogent.ai → 设置→ API密钥
______________________________________________________________________
文档结构
docs/
├── api-reference_*.md # 30+ API endpoint docs
│ ├── create-a-new-dial # Initiate outbound calls
│ ├── create-agent # Configure voice agents
│ ├── clone-voice # Voice cloning API
│ └── ...
│
├── platform-overview_*.md # Platform guides
│ ├── how-vogent-works # Architecture overview
│ ├── flow-builder # Visual conversation design
│ ├── functions # Webhook integrations
│ └── ...
│
├── quickstart_*.md # Getting started guides
│
├── webhooks_*.md # Event documentation
│ ├── dial-transcript # Real-time transcripts
│ ├── function-call # Dynamic webhooks
│ └── dial-status-updated # Call lifecycle events
│
├── voicelab_*.md # Voice synthesis
│ ├── models # Sesame CSM-1B, etc.
│ ├── fine-tuning # Custom voice training
│ └── voices # Voice library
│
└── telephony_*.md # SIP/PSTN integration
├── twilio # Twilio SIP trunking
├── telnyx # Telnyx integration
└── vonage # Vonage setup______________________________________________________________________
API快速参考
| 端点 | 方法 | 描述 |
|---|---|---|
/dials | POST | 创建新的出站拨号 |
/dials/{id} | GET | 获取拨号状态和记录 |
/agents | POST | 创建语音代理 |
/agents/{id} | PATCH | 更新代理配置 |
/voices | GET | 列出可用语音 |
/voices/clone | POST | 从音频中克隆语音 |
/batch-dial-jobs | POST | 创建批量拨号活动 |
/functions | POST | 注册webhook功能 |
基本URL: https://api.vogent.ai/api
______________________________________________________________________
Webhook事件
Vogent为调用生命周期事件发送实时webhooks:
| 事件 | 触发器 |
|---|---|
dial.created | 呼叫已启动 |
dial.updated | 状态更改(振铃、应答、结束) |
dial.transcript | 新的成绩单片段可用 |
function_call | 代理请求外部数据 |
签名验证: 使用 X-Elto-Signature 带有HMAC-SHA256的标头
______________________________________________________________________
官方资源
| 资源 | URL |
|---|---|
| 文件 | vogent.ai博士 |
| 仪表板 | app.vogent.ai |
| API基地 | api.vogen.ai/api |
| 不和谐 | 不一致.gg/An5z6xhYfS |
______________________________________________________________________
贡献
发现错误或想改进文档?
- 分叉此存储库
- 进行更改
- 提交拉取请求
对于重大更改,请先打开一个问题进行讨论。
______________________________________________________________________
免责声明
这是一个 社区维护的镜子 Vogent文档,针对Context7集成进行了优化。有关官方最新文档,请始终参阅 vogent.ai博士.
本项目不隶属于Vogent股份有限公司,也不由其背书或赞助。
______________________________________________________________________
Built for the AI-native development ecosystem
@crowe452
