Make API Call

Select Language

Select Speech-To-Text Provider

Transcript NLP/NLU

Sentiment

Provider:

Entities

Provider:

Summary

Provider:

Topics

Provider:

API Call


This playground shows cached responses for public users. Please to run actual queries.
Shell
Node
Java
PHP
Go
Python
R
Rust
JSON
curl --request POST \
--url https://api.exemplary.ai/v1/transcript \
--header 'Accept: application/json' \
--header 'Authorization: Bearer __api_key__' \
--header 'Content-Type: application/json' \
--data '
{
"url": "https://bit.ly/..elon.mp4",
"provider": "deepgram",
"speaker_labels": true,
"language": "auto"
}
'