Probe a media file to get duration, resolution, codecs, and stream info. Creates an extract.metadata job internally.
cURL
curl --request POST \ --url https://api.rendobar.com/ffmpeg/probe \ --header 'Content-Type: application/json' \ --data ' { "url": "https://example.com/video.mp4" } '
{ "data": { "id": "<string>", "status": "<string>" } }
URL of the media file to probe
"https://example.com/video.mp4"
Probe job created
Show child attributes
Was this page helpful?