Get media by media_id
curl --request GET \ --url https://api.video.dev/v1/media/{media_id} \ --header 'X-API-Key: <api-key>'
{ "status": "complete", "media_id": "<string>", "media_url": "https://storage.xyz/media.mp4", "media_info": { "type": "video", "duration_ms": 123, "fps": 123, "frame_count": 123, "width": 123, "height": 123, "channels": 123 } }
ID of media to return
complete
processing
error
"complete"
Identifier for the media
video.dev hosted media url
"https://storage.xyz/media.mp4"
Show child attributes
video
The duration of the video in milliseconds
The frame rate of the video
The number of frames in the video
The width of the video
The height of the video
The number of channels in the video
Was this page helpful?