视频点播 VOD-创建媒资:上传方式:请求示例

时间:2025-02-12 15:15:36

请求示例

创建媒资

POST https://{endpoint}/v1/{project_id}/assetContent-Type: application/json{  "title": "Avatar test test",  "description": "Avatar, test",  "category_id": -1,  "tags": "mytags",  "video_name": "Avatar_480P.mp4",  "video_type": "MP4",  "video_md5": "a945d4b3d8fc317190a9332fe856f03d",  "cover_type": "JPG",  "cover_md5": "a655d4b3d8fc758691a9332fe387f26c",  "auto_publish": 0,  "subtitles": [    {      "id": 1,      "language": "CN",      "type": "SRT",      "md5": "SqcyFjJZoDZaP8oKIY6rgQ==",      "description": "AAAAA"    }  ]}
support.huaweicloud.com/api-vod/vod_04_0196.html