apiKey: ********************{
"videoUrl": "https://example.com/video.mp4",
"framePlace": [
0,
25,
50,
75,
100
]
}curl --location --request POST '/api/video/frames' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"videoUrl": "https://example.com/video.mp4",
"framePlace": [
0,
25,
50,
75,
100
]
}'{
"errorMessage": "string",
"code": 0,
"aboutUrl": "string",
"traceId": "string",
"imgUrls": [
"https://example.com/frame1.jpg",
"https://example.com/frame2.jpg"
]
}