Skip to main content
POST
/
ffmpeg
/
probe
Probe media file metadata
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>"
  }
}

Body

application/json
url
string<uri>
required

URL of the media file to probe

Example:

"https://example.com/video.mp4"

Response

Probe job created

data
object
required