- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Conversation Type: Calls
- Authorize with client_id and client_secret
Token URL: {(IdentityURL)}/connect/token - POST Call with its metadata
- PUT Audio file to get analyzed and play
Conversation Type: Chats
- Authorize with client_id and client_secret
Token URL: {(IdentityURL)}/connect/token - POST Chat
Conversation Type: VideoCalls
- Authorize with client_id and client_secret
Token URL: {(IdentityURL)}/connect/token - POST VideoCall with its metadata
- PUT Video file to get analyzed and play
Conversation Type: Meetings
- Authorize with client_id and client_secret
Token URL: {(IdentityURL)}/connect/token - POST Meeting with its metadata
- PUT Meeting file to get analyzed and play
Commands of conversation integration (Calls, Chats, VideoCalls and Meetings) are explained and the schemas for the parameters of the commands are given on the webpage of the API in a detailed way.
Was this article helpful?