Skip to main content
POST
/
api
/
Conversation
/
audio
Zild Insight - Upload Audio
curl --request POST \
  --url https://api.example.com/api/Conversation/audio \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form audio='@example-file' \
  --form ConversationIntegrationType=0 \
  --form 'From=<string>' \
  --form UserId=123 \
  --form 'UserName=<string>' \
  --form 'UserAgentCode=<string>' \
  --form ChannelId=123 \
  --form ChecklistId=123 \
  --form QueueId=123 \
  --form CreatedAt=2023-11-07T05:31:56Z

Authorizations

Authorization
string
header
required

Fill the JWT token. Bearer {your_token}

Body

multipart/form-data
audio
file
ConversationIntegrationType
enum<integer>
Available options:
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
From
string
UserId
integer<int32>
UserName
string
UserAgentCode
string
ChannelId
integer<int32>
ChecklistId
integer<int32>
QueueId
integer<int32>
CreatedAt
string<date-time>

Response

200

Audio uploaded