获取图片详情

通过ids获取图片详情信息(元数据)

接口地址(URI):/api/images/detail

HTTP请求方式:GET

请求参数:
请求值字段 必选 类型及范围 说明
api-key true string API用户鉴权 id
authorization true string Bearer+空格+access token值
ids true string 计划获取图片的id集合,最多50个,id间用逗号分割
type false integer 所查询的图片id类型:1=res id;2=图片主键id
请求参数示例example value:
Curl -X GET --header 'Accept: text/html' --header 'api-key: e584cc62649ffc9ae10208740dc69b3d' --header 'authorization: Bearer dd946fb774970907a819dc6ef184c4f2c04cd7d1f3a445760f359ac7308e637d' 'http://api-v1.vcg.com/api/images/detail?ids=VCG41N1057599568%2CVCG41N1057599602&type=1'

Request URL:http://api-v1.vcg.com/api/images/detail?ids=VCG41N1057599568%2CVCG41N1057599602&type=1
返回数据示例example value:
创意图片
{
"status_code": 1,
"message": "ok",
"data": [
{
"images_data": {
"id": 1172924576,
"title": "Portrait Of Smiling Woman Wearing Eyeglasses At Restaurant",
"res_id": "VCG41N1057599568",
"credit_line": "Nick Pain / EyeEm/视觉中国",
"caption": "",
"width": 3658,
"height": 2599,
"origen_pic_byte": 3927814,
"asset_format": "jpg",
"orientation": "横图",
"license_type": "RF",
"asset_family": "creative",
"graphical_style": "摄影图片",
"color_type": "黑白",
"online_time": "2018-10-22 00:24:35",
"country": "Unspecified",
"province": "",
"city": "",
"location": null,
"channel_id": "",
"if_high_price": 1,
"have_limit_size": [
{
"max_edge_pixel": 3658,
"name": "原图",
"arg": "-1"
},
{
"max_edge_pixel": "2500",
"name": "10M",
"arg": 10
},
{
"max_edge_pixel": "2048",
"name": "8M",
"arg": 8
},
{
"max_edge_pixel": "1700",
"name": "5M",
"arg": 5
},
{
"max_edge_pixel": "1024",
"name": "2M",
"arg": 2
},
{
"max_edge_pixel": "750",
"name": "1M",
"arg": 1
}
],
"middle_url": "http://photo.static.api.vcg.com/creative/vcg/800/new/VCG41N1057599568.jpg",
"copyright": "已获得模特肖像权授权",
"small_url": "http://photo.static.api.vcg.com/creative/vcg/176/new/VCG41N1057599568.jpg",
"preview_url": "http://photo.static.api.vcg.com/creative/vcg/400/new/VCG41N1057599568.jpg",
"dpi": "300",
"keywords": "成年人,仅成年人,中老年人,人,中老年女人,仅一个中老年女人,仅女人,仅一个女人,一个人,室内,白昼,真实的人,幸福,生活方式,图像,摄影,前景聚焦,单色调,黑白图片,注视镜头,水平画幅,正面视角,肖像,微笑,休闲活动,新英格兰,佛蒙特,餐馆,眼镜,白人,头像,50到54岁",
"brand_id": 10515,
"brand_name": "EyeEm"
}
}
}
]
}
返回值字段 字段说明
id 图片的主键id
title 图片的标题
res_id 图片的res id
credit_line 图片的署名
caption 图片的说明(备注)
width 图片的原图宽度
height 图片的原图高度
asset_format 图片的图片格式,如:jpg
asset_family 图片的类型
channel_id 根据频道id进行筛选
license_type 图片的授权方式:RM、RF
online_time 图片的上线时间
origen_pic_byte 图片的原图文件存储大小(字节)
have_limit_size 当前账号可以下载的图片尺寸 arg为请求尺寸的代码
brand_id 图片所属品牌id
brand_name 图片所属品牌名称
copyright 图片的物权/肖像权信息
brand_type 图片品牌属性(创意图: istock图片属性 1--Essentials,2--Signature);(编辑图:图片属性'8--非新闻信息图片,9--新闻信息图片)
keywords 图片所包含的关键词
small_url 图片的缩略图地址(尺寸:长边176)
preview_url 图片的预览图地址(尺寸:长边400)
middle_url 图片的中图地址(尺寸:长边800 带水印)
country 国家
province 省份
city 城市
location 地点
If_high_price 是否限价图:1=是;0=不是
graphical_style 图片类型:1-摄影图片 2-插画 3-漫画 4-图表 5-矢量图 6-psd 7-普通全景 8-360全景 9-gif 10-模板
color_type 图片的色彩类别:彩色;黑白
orientation 图片的构图方式:1横图;2竖图;3方图
dpi 图片的dpi单位信息
留下您的信息,我们的API技术团队会与您联系