پرش به مطلب اصلی

PostGeneralDataPostVideo

durationstring<uint64>required

Duration of the video in seconds

Example: 34
namestringrequired

Name of the video, retrieved from video_name field in the response of upload video endpoint

Example: raw/4786eb10-eac6-4077-b622-78c1c42855c7.mp4
thumbnail_namestringrequired

Thumbnail of the video, retrieved from thumbnail_name field in the response of upload video endpoint. It will be the first frame of the uploaded video

Example: thumbnail/4786eb10-eac6-4077-b622-78c1c42855c7.jpg
PostGeneralDataPostVideo
{
"duration": 34,
"name": "raw/4786eb10-eac6-4077-b622-78c1c42855c7.mp4",
"thumbnail_name": "thumbnail/4786eb10-eac6-4077-b622-78c1c42855c7.jpg"
}