POST Pexels/videos
获取VIP视频和图片
Request Information
URI Parameters
None.
Body Parameters
PexelsRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| pageSize |
每页多少条(默认10条)[可选] |
integer |
None. |
| pageIndex |
当前是第几页(默认第1页)[可选] |
integer |
None. |
| typeid |
分类 [0:视频|1:图片][可选] |
integer |
None. |
| key |
搜索词[可选] |
string |
None. |
| direction |
图片方向(默认:任意方位)[0:任意方位|1:水平| 2: 垂直][可选] |
integer |
None. |
| imageWidth |
宽度[可选] |
integer |
None. |
| imageHeight |
高度[可选] |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"pageSize": 1,
"pageIndex": 2,
"typeid": 3,
"key": "sample string 4",
"direction": 5,
"imageWidth": 6,
"imageHeight": 7
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResultModelOfPageModelOfpexelsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | CodeEnum |
None. |
|
| Msg | string |
None. |
|
| Result | PageModelOfpexelsModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 0,
"Msg": "sample string 1",
"Result": {
"time": 1,
"pageSize": 2,
"pageIndex": 3,
"pageCount": 4,
"totalCount": 5,
"Data": [
{
"id": 1,
"title": "sample string 2",
"tags": "sample string 3",
"workType": 4,
"pexelsId": 5,
"pexelsUserId": "sample string 6",
"imgSmall": "sample string 7",
"videoRegular": "sample string 8",
"videoOriginal": "sample string 9",
"isdownyuan": 10,
"isDownVideo": 11,
"fielsize": 12.1,
"content": "sample string 13",
"addtime": "2025-10-29 21:29",
"caijiurl": "sample string 15",
"downloads": 16,
"likes": 17,
"views": 18,
"width": 19,
"height": 20,
"VideoTime": 21,
"_imgSmall": "sample string 22",
"_videoRegular": "sample string 23",
"relevant_pexelsId": "sample string 24",
"_DownVideoUrl": "sample string 25",
"_DownVideoUrlTime": "2025-10-29 21:29",
"colorList": "sample string 27",
"isliu": 28,
"relatedList": [
{
"id": 1,
"title": "sample string 2",
"tags": "sample string 3",
"workType": 4,
"width": 5,
"height": 6,
"imgSmall": "sample string 7",
"videoRegular": "sample string 8"
},
{
"id": 1,
"title": "sample string 2",
"tags": "sample string 3",
"workType": 4,
"width": 5,
"height": 6,
"imgSmall": "sample string 7",
"videoRegular": "sample string 8"
}
],
"UserID": 29,
"lastuptime": "2025-10-29 21:29",
"State": 31
},
{
"id": 1,
"title": "sample string 2",
"tags": "sample string 3",
"workType": 4,
"pexelsId": 5,
"pexelsUserId": "sample string 6",
"imgSmall": "sample string 7",
"videoRegular": "sample string 8",
"videoOriginal": "sample string 9",
"isdownyuan": 10,
"isDownVideo": 11,
"fielsize": 12.1,
"content": "sample string 13",
"addtime": "2025-10-29 21:29",
"caijiurl": "sample string 15",
"downloads": 16,
"likes": 17,
"views": 18,
"width": 19,
"height": 20,
"VideoTime": 21,
"_imgSmall": "sample string 22",
"_videoRegular": "sample string 23",
"relevant_pexelsId": "sample string 24",
"_DownVideoUrl": "sample string 25",
"_DownVideoUrlTime": "2025-10-29 21:29",
"colorList": "sample string 27",
"isliu": 28,
"relatedList": [
{
"id": 1,
"title": "sample string 2",
"tags": "sample string 3",
"workType": 4,
"width": 5,
"height": 6,
"imgSmall": "sample string 7",
"videoRegular": "sample string 8"
},
{
"id": 1,
"title": "sample string 2",
"tags": "sample string 3",
"workType": 4,
"width": 5,
"height": 6,
"imgSmall": "sample string 7",
"videoRegular": "sample string 8"
}
],
"UserID": 29,
"lastuptime": "2025-10-29 21:29",
"State": 31
}
]
}
}