About this endpoint
What it does
Uploads a video file and returns a JSON response containing extracted metadata in a audio, video, and file sections.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| video | String | Yes | Video file upload. Supported formats: .mp4, .mkv, .avi, .mov, .flv, .3gp, .webm. |
Response
Returns a JSON object containing extracted metadata grouped into audio, video, and file sections.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| audio | Object | No | Contains audio metadata such as codec information, channels, sample rate, bitrate, and timing details. |
| video | Object | No | Contains video metadata including codec, resolution, duration, frame rate, color, and technical properties. |
| file | Object | No | Contains file and media metadata such as file name, size, format, timestamps, encoder, and container information. |