Creates a call inside Reddy platform
filename parameter is optional. If provided, the response will include an upload URL for the audio file. If omitted, a simple success response is returned.
speaker object:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Email address of the agent handling the call
Product id associated with the call
Name of the audio file to be uploaded. Optional - if not provided, no upload URL will be returned.
DEPRECATED: Use speaker.separation and speaker.channel_map instead. Mapping of the channels in the audio file to the customer and agent. If nothing is specified, speakers will be identified automatically with a speaker diarization model.
For example: ['customer', 'agent'] means the left channel contains the customer's audio and right channel contains the agent's audio.
Configuration for speaker separation and channel mapping. If not provided, defaults to diarization.
Transcript of the call
Array of tag objects containing key, value, and type
Timestamp of the call start time in seconds since epoch format. If not set, defaults to the current time.
Unique identifier for the conversation