AutonomyCore Transcript Formatter API
收藏RapidAPI2026-04-08 更新2026-04-05 收录
下载链接:
https://rapidapi.com/autonomycore-autonomycore-default/api/autonomycore-transcript-formatter-api
下载链接
链接失效反馈官方服务:
资源简介:
Turn messy transcript text into clear speaker turns.
创建时间:
2026-04-08
原始信息汇总
AutonomyCore Transcript Formatter API 数据集概述
基本信息
- API名称: AutonomyCore Transcript Formatter API
- 提供商: AutonomyCore
- 类别: 文本分析 (Text Analysis)
- 当前版本: 1.33.0
- 订阅者数量: 2
API 功能概述
此API将原始的转录文本清理为稳定的、逐句轮换的JSON结构。它适用于已拥有转录文本,但在审阅、存储、CRM同步或下游评分前需要更清晰说话人轮换的场景。
主要用途
- 通话审阅流程
- CRM数据丰富
- 评分前的转录文本清理
- 标准化内联说话人标签
技术规格
输入
transcript: 需要标准化的原始转录文本。
输出
响应返回:
turns: 说话人轮换的数组。normalized: 是否应用了转录清理。turn_count: 返回的轮换数量。warnings: 可选的清理说明。
请求与响应示例
示例请求
json { "transcript": "agent hi this is sam [00:02] customer yes speaking [00:05] agent thanks for your time" }
示例响应
json { "turns": [ { "speaker": "agent", "text": "Hi, this is Sam.", "timestamp": "00:02" }, { "speaker": "customer", "text": "Yes, speaking.", "timestamp": "00:05" } ], "normalized": true, "turn_count": 3 }
使用说明
- 最适合已包含说话人提示的原始文本转录。
- 建议在后续分析或分类之前使用。
- 不适用于语音转文本或深度对话分析。
相关链接
- 网站: https://autonomycore.com
- 文档: https://api.autonomycore.com/docs#transcript-formatter
- 支持: https://autonomycore.com/support
- 条款: https://autonomycore.com/terms
- 隐私: https://autonomycore.com/privacy
API 性能指标
- 流行度: 8.5
- 服务等级: 100%
- 延迟: 818ms
- 测试覆盖率: 25%
订阅计划
- BASIC: $0.00 / 月
- PRO: $9.00 / 月



