Request
Body Params application/json
{
"duration":30,
"take":1,
"remarks": null,
"isReachMaxDuration":false,
"filename":"test.mp4"
}
Request Code Samples
curl --location 'https://service.engauge.dlabstech.io/rest/web/open/file/upload-interview-start/?key=self-interview%2F3ef08628-4154-4629-8d17-6dfa94a6a74f%2F202309192151028%2Ftest.mp&questionDetailId=undefined' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"duration":30,
"take":1,
"remarks": null,
"isReachMaxDuration":false,
"filename":"test.mp4"
}'
Responses
application/json
Modified at 2024-03-20 00:15:18