URL
The API follows REST conventions. Perform an HTTPS GET to the URL in order to retrieve Transcript Analysis. Currently, the transcript summary will be returned if it is available. The following response formats are supported, where CUID-33 is the call record id.Format | Description and URL |
|---|---|
json (default) | Returns a JSON object of the transcript analysis. |
Authentication
The API uses OAuth to validate access. The OAuth Token can be passed in two ways. The first way is to pass the OAuth Token in the header of the request. The second is to pass the OAuth Token like any other query parameter. Please note that the OAuth Token is a required parameter. OAuth Tokens may be generated from the Manage API Credentials page.Response
Get a transcript analysis (transcript summary available)
Get a transcript analysis (transcript summary available)
Examples
Get transcript analysis for the given call recordCUID-33 and a summary is availableEndpoint:https://mynetwork.invoca.net/call/transcript_analysis/CUID-33Format: application/jsonResponse Code: 200Response Body:Get a transcript analysis (no transcript summary available)
Get a transcript analysis (no transcript summary available)
Examples
Get transcript analysis for the given call recordCUID-33 and no summary is availableEndpoint:https://mynetwork.invoca.net/call/transcript_analysis/CUID-33Format: application/jsonResponse Code: 200Response Body:https://mynetwork.invoca.net/call/transcript_analysis/<call_record_id>