Get video info from url
Developing
POST
/video-info-from-url
Last modified:2025-05-30 21:56:30
Maintainer:Not configured
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/video-info-from-url' \
--header 'x-api-key: dfed35b0-350c-11f0-9d91-1607289bbab1' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "string"
}'
Response Response Example
{
"code": 0,
"info": "",
"data": {
"thumb": "https://fkfc1.sjc1.vultrobjects.com/media.mp4.jpg",
"duration": 5.125,
"width": 512,
"height": 512,
"codec": "h264"
}
}
Request
Header Params
x-api-key
string
optional
Example:
dfed35b0-350c-11f0-9d91-1607289bbab1
Body Params application/json