Returns the full speech-to-text transcription of the call recording.
Includes speaker segmentation and timing information when available.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier of the call analysis
Successful Response
Transcription result for an analyzed call
Unique identifier for this transcription
Transcription status: PENDING, IN_PROGRESS, COMPLETED, or FAILED
PENDING, FAILED, IN_PROGRESS, COMPLETED Detected or specified language code
"en"
Whether this record is active
true
Timestamp when transcription was created (UTC)
System identifier
Speaker-segmented transcription with timestamps
{
"segments": [
{
"speaker": "Agent",
"start": 0,
"end": 5.2,
"text": "Thank you for calling..."
},
{
"speaker": "Customer",
"start": 5.5,
"end": 12.1,
"text": "Hi, I have a question..."
}
]
}Full text transcription of the call
"Agent: Thank you for calling Neuracall support. How may I help you today?\nCustomer: Hi, I have a question about my recent bill..."
Audio duration in seconds
324.5
Timestamp of last update (UTC)
System identifier