视频详情-创意类
通过提供的视频编号获取创意视频详情信息
接口地址(URI):/api/videos/creative/detail
HTTP请求方式:GET
请求参数:
请求值字段 | 必选 | 类型 | 说明 |
---|---|---|---|
id | true | string | 计划获取视频编号集合。(多个用“,”分隔,最多20个) |
返回参数:
返回字段 | 说明 |
---|---|
res_id | 视频编号 |
copyright | 物权/肖像权信息. 返回值列表如下: 不涉及肖像权或物权授权 已取得肖像权授权 已取得肖像权和物权授权 已取得物权授权 未取得物权授权 未取得肖像权或物权授权 |
credit_line | 署名 |
asset_family | 内容分类。创意视频:creative |
special_shot_type | 1 横视频,2竖视频 |
shot_speed | 视频的播放速度。0=实时1=延时2=高速 |
small_jpg_https | 视频封面图片https地址 |
small_frame_jpg_https | 视频预览图片https地址。 多张预览图片以“,”分隔 |
preview_video_https | 低码预览视频https地址 规格是:有水印360p。 p指的是视频最短边长. |
medium_video_https | 中码预览视频https地址 规格是:有水印720p 或 有水印360p p指的是视频最短边长. |
clip_length | 视频的时长(时分秒),例 00:06:02 |
license_type | 授权类型 返回:RF 或 RR RF:非特定使用范围 RR:限定用途类 |
color_type | 视频的色彩类别 返回: 黑白 或 彩色 |
fps | 帧速 |
title | 标题 |
keywords | 视频包含的关键词 |
have_limit_size | 图视频规格 下列是具体值 |
format | 规格 eg:1080p |
bytes | 存储大小(字节) eg:41357420 |
width | 宽度 eg:1920 |
height | 高度 eg:1080 |
fps | 帧率 eg:25.0 |
file_format | 存储格式 eg:mov |
codec_name | 存储文件编码格式 eg:H.264 |
请求参数示例example value:
Curl: curl -X GET --header 'Accept: application/json' --header 'api-key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' --header 'authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' 'https://api.fotomore.com/api/videos/creative/detail?id=VCG42N1166800751' Request URL: https://api.fotomore.com/api/videos/creative/detail?id=VCG42N1166800751
返回数据示例example value:
{ "status_code": 1, "message": "ok", "data": { "list": [ { "res_id": "VCG42N1166800751", "copyright": "已取得肖像权授权", "credit_line": "22gallery/视觉中国", "asset_family": "creative", "special_shot_type": 1, "shot_speed": 0, "small_jpg_https": "https://video-static-api.fotomore.com/videos/snapshot/VCG42N1166800751_1.jpg?uid=484×tamp=1708587607&sign=de1655c77563897230c81bac0bc72f12", "small_frame_jpg_https": [ "https://video-static-api.fotomore.com/videos/snapshot/VCG42N1166800751_1.jpg?uid=484×tamp=1708587607&sign=de1655c77563897230c81bac0bc72f12", "https://video-static-api.fotomore.com/videos/snapshot/VCG42N1166800751_2.jpg?uid=484×tamp=1708587607&sign=de1655c77563897230c81bac0bc72f12", "https://video-static-api.fotomore.com/videos/snapshot/VCG42N1166800751_3.jpg?uid=484×tamp=1708587607&sign=de1655c77563897230c81bac0bc72f12", "https://video-static-api.fotomore.com/videos/snapshot/VCG42N1166800751_4.jpg?uid=484×tamp=1708587607&sign=de1655c77563897230c81bac0bc72f12", "https://video-static-api.fotomore.com/videos/snapshot/VCG42N1166800751_5.jpg?uid=484×tamp=1708587607&sign=de1655c77563897230c81bac0bc72f12" ], "preview_video_https": "https://video-static-api.fotomore.com/videos/mts_videos/preview/temp/VCG42N1166800751.mp4?uid=484×tamp=1708587607&sign=de1655c77563897230c81bac0bc72f12", "medium_video_https": "https://video-static-api.fotomore.com/videos/mts_videos/medium/temp/VCG42N1166800751.mp4?uid=484×tamp=1708587607&sign=de1655c77563897230c81bac0bc72f12", "clip_length": "00:00:10", "license_type": "RF", "color_type": "彩色", "fps": 25.0, "title": "试管中的血液样本", "keywords": "显微镜,生物科技,水平画幅,诊疗室,装管,癌症,等离子球,影片,患病植物,生物化学,实验室,葡萄糖,泰国,细菌,免疫学,听诊器,非美国地点,考试,身体检查,酶,贫血症,结论,健康保健,病人,癌细胞,医生,药,医学检测,艾滋病检测,化学,艾滋病病毒,脱氧核糖核酸,遗传研究,医学样本,医疗诊所,糖尿病,血凝结,医疗器械,4K分辨率,病毒,医疗工具,白血病,艾滋病,脂肪,血液,实时,分析,生病,图像", "have_limit_size": [ { "format": "1080p", "bytes": 80792672, "width": 1920, "height": 1080, "fps": 25.0, "file_format": "mov", "codec_name": "H.264" }, { "format": "720p", "bytes": 6797233, "width": 1280, "height": 720, "fps": 25.0, "file_format": "mp4", "codec_name": "H.264" }, { "format": "360p", "bytes": 5188417, "width": 640, "height": 360, "fps": 25.0, "file_format": "mp4", "codec_name": "H.264" }, { "format": "4k", "bytes": 907680904, "width": 3840, "height": 2160, "fps": 25.0, "file_format": "mov", "codec_name": "ProRes 422 (HQ)" } ] } ] } }