Conversation Integrations

Prev Next
Document Number Revision Number Revision Date

Conversation Type: Calls

  1. Authorize with client_id and client_secret
    Token URL: {(IdentityURL)}/connect/token
  2. POST Call with its metadata
  3. PUT Audio file to get analyzed and play

Conversation Type: Chats

  1. Authorize with client_id and client_secret
    Token URL: {(IdentityURL)}/connect/token
  2. POST Chat

Conversation Type: VideoCalls

  1. Authorize with client_id and client_secret
    Token URL: {(IdentityURL)}/connect/token
  2. POST VideoCall with its metadata
  3. PUT Video file to get analyzed and play

Conversation Type: Meetings

  1. Authorize with client_id and client_secret
    Token URL: {(IdentityURL)}/connect/token
  2. POST Meeting with its metadata
  3. 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.