API Details
| Field | Value |
|---|---|
| Method | POST |
| Endpoint | https://{{host}}/api/1.1/public/bot/{{botid}}/control/transcription?conversationId={{conversationId}} |
| Content Type | application/json |
| Authorization | auth: {{JWT}} — See How to generate the JWT Token |
| API Scope | AgentAssist Transcription — See How to generate the JWT Token |
Path Parameters
| Parameter | Required | Description |
|---|---|---|
host | Yes | Environment URL, for example, https://platform.kore.ai |
botId | Yes | Unique ID of the AI Agent |
Query Parameters
| Parameter | Required | Description |
|---|---|---|
conversationId | Yes | Unique identifier of the AI Agent conversation |
Sample Requests
Start transcriptionBody Parameters
| Parameter | Required | Description |
|---|---|---|
action | Yes | The control action to perform. Available values: start, pause, resume, end. |
agentId | Yes | The ID of the agent. |
handover | Yes (with pause) | Indicates whether the conversation is being transferred to another agent. true = cold transfer; false = normal hold. |