v3

latestOpenAPI 3.1.02026-08-0755220214.3 KB
conversations

Replay

Replays an ended conversation by re-running its recorded audio through an agent. Requires API key or access token authentication. The conversation must have audio recordings available and an associated agent (or one specified in the request body).

post/conversations/{id}/replay

Path parameters

idstring required

The ID of the conversation to replay.

Headers

Authorizationstring required

Bearer authentication header of the form Bearer <PHONIC_API_KEY>. Manage your API keys here.

Request body

agentstring

Name of the agent to replay the conversation with. Defaults to the agent originally associated with the conversation.

Response

Replay started

messagestring required

Confirmation that the replay has started.