Call Endpoints
Get Transcription
API Documentation
Campaign Endpoints
- GETGet Supported Language
- GETGet Supported Voices
- POSTCreate Campaign
- POSTUpdate Campaign
- GETGet Campaigns
- GETGet Campaign Title & ID
- GETGet Campaign from ID
- GETGet Campaign Cost report
- GETGet Campaign Silence Timer and Words to Interrupt
- POSTSet Campaign Silence timer and Words to interrupt
- POSTSet Campaign Silence timer and Words to interrupt
Call Endpoints
Text Pipeline
Contact Center
Webhook Handling
Meeting Handling
Monday Integration
Instagram Integration
Whatsapp Integration
ERP Next Integration
Call Endpoints
Get Transcription
GET
/
get_transcription
curl --request GET \
--url https://api.toingg.com/api/v3/get_transcription \
--header 'Authorization: Bearer <token>'
"<any>"
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Response
200
application/json
Successful Response
The response is of type any
.
curl --request GET \
--url https://api.toingg.com/api/v3/get_transcription \
--header 'Authorization: Bearer <token>'
"<any>"