/ISAPI/SecurityCP/videoBroadcast/customizeUpload?format=json

Upload the audio file of custom voice prompt.

Request URI Definition

Table 1 POST /ISAPI/SecurityCP/videoBroadcast/customizeUpload?format=json

Method

POST

Description

Upload the audio file of custom voice prompt.

Query

format: determine the format of request or response message.

Request

cycleTimes (optional, int, repetition times)+audio file of custom voice prompt in binary format.

Response

JSON_ResponseStatus

Sample Code of Uploading Audio File of Custom Voice Prompt

Content-Type: multipart/form-data; boundary=MIME_boundary
--MIME_boundary
Content-Type: application/json
Content-Length: 480

{
  "cycleTimes":1
/*optional, integer, repetition times*/
}
--MIME_boundary
Content-Type: image/jpeg
Content-Length: 516876
Content-ID: image

fefefwageegfqaeg…
--MIME_boundary--