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