部分项目请求
  1. 搜索/下载素材
部分项目请求
  • 请求用户信息
    • 获取用户信息
      GET
  • 搜索/下载素材
    • 搜索素材
      POST
    • 下载素材
      POST
    • 以图搜图
      POST
  • 充值相关
    • 创建充值订单
      GET
    • 查询订单状态
      GET
  1. 搜索/下载素材

搜索素材

开发中
POST
/v1/search

请求参数

Header 参数
Authorization
string 
可选
示例值:
Bearer {{token}}
Body 参数multipart/form-data
a
string 
关键词
必需
b
integer 
页数
可选
c
string 
必需
皇冠状态 0:全部 1:免费 2:皇冠
d
string 
必需
素材类型 0:全部 1:矢量 2:照片 3:psd 4:模板 5:样机 6:视频
e
string 
必需
排序类型 0:热门排序 1:最新发布
f
string 
必需
是否ai 0:全部 1:AI 2:非AI
g
string 
必需
方向 0:全部 1:横图 2:竖图 3:方图 4:宽图
t
string 
必需
搜索平台,目前默认为freepik
示例值:
freepik

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/search' \
--header 'Authorization: Bearer {{token}}' \
--form 'a=""' \
--form 'b=""' \
--form 'c=""' \
--form 'd=""' \
--form 'e=""' \
--form 'f=""' \
--form 'g=""' \
--form 't="freepik"'

返回响应

🟢200成功
application/json
Body
data
array [object {8}] 
必需
id
integer 
素材id
可选
name
string 
素材名称
可选
image
string 
预览图
可选
pro
integer 
是否皇冠
可选
type
string 
素材格式
可选
ai
integer 
是否ai
可选
url
string 
素材链接
可选
points
integer 
需要的积分数量
必需
pagination
object 
必需
total
integer 
总页数
必需
lastPage
integer 
最大页数
必需
currentPage
integer 
当前页数
必需
perPage
integer 
每页数量
必需
code
integer 
正常为200
必需
message
string 
描述
必需
示例
{
    "items": [
        {
            "id": 416630834,
            "name": "Young woman holding a daisy in a serene garden",
            "image": "https://img.freepik.com/free-photo/young-woman-holding-daisy-serene-garden_23-2151968736.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/young-woman-holding-daisy-serene-garden_416630834.htm"
        },
        {
            "id": 416630798,
            "name": "Woman in a field of flowers",
            "image": "https://img.freepik.com/free-photo/woman-field-flowers_23-2151968743.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/woman-field-flowers_416630798.htm"
        },
        {
            "id": 416630498,
            "name": "Cosmetic bottle surrounded by green leaves and flowers",
            "image": "https://img.freepik.com/free-photo/cosmetic-bottle-surrounded-by-green-leaves-flowers_23-2151968665.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/cosmetic-bottle-surrounded-by-green-leaves-flowers_416630498.htm"
        },
        {
            "id": 416630094,
            "name": "White bottle with flowers and leaves",
            "image": "https://img.freepik.com/free-photo/white-bottle-with-flowers-leaves_23-2151968660.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/white-bottle-with-flowers-leaves_416630094.htm"
        },
        {
            "id": 416629980,
            "name": "Easter bunny with eggs in a flower garden",
            "image": "https://img.freepik.com/free-photo/easter-bunny-with-eggs-flower-garden_23-2151966639.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/easter-bunny-with-eggs-flower-garden_416629980.htm"
        },
        {
            "id": 416629979,
            "name": "Easter girl with basket of eggs in a flower field",
            "image": "https://img.freepik.com/free-photo/easter-girl-with-basket-eggs-flower-field_23-2151966629.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/easter-girl-with-basket-eggs-flower-field_416629979.htm"
        },
        {
            "id": 416629928,
            "name": "Easter door with egg decorations and flower wreath",
            "image": "https://img.freepik.com/free-photo/easter-door-with-egg-decorations-flower-wreath_23-2151966651.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/easter-door-with-egg-decorations-flower-wreath_416629928.htm"
        },
        {
            "id": 416629918,
            "name": "Little girl with easter eggs in a flower garden",
            "image": "https://img.freepik.com/free-photo/little-girl-with-easter-eggs-flower-garden_23-2151966630.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/little-girl-with-easter-eggs-flower-garden_416629918.htm"
        },
        {
            "id": 416629567,
            "name": "Summer is here with flamingo",
            "image": "https://img.freepik.com/free-photo/summer-is-here-with-flamingo_23-2151969313.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/summer-is-here-with-flamingo_416629567.htm"
        },
        {
            "id": 416629549,
            "name": "Summer vibes stamp with a bird of paradise flower",
            "image": "https://img.freepik.com/free-photo/summer-vibes-stamp-with-bird-paradise-flower_23-2151969299.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/summer-vibes-stamp-with-bird-paradise-flower_416629549.htm"
        },
        {
            "id": 416629538,
            "name": "Floral stamps illustration",
            "image": "https://img.freepik.com/free-photo/floral-stamps-illustration_23-2151969325.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/floral-stamps-illustration_416629538.htm"
        },
        {
            "id": 416629529,
            "name": "Enjoy summer postcard",
            "image": "https://img.freepik.com/free-photo/enjoy-summer-postcard_23-2151969305.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/enjoy-summer-postcard_416629529.htm"
        },
        {
            "id": 416629384,
            "name": "Abstract colorful fun pattern",
            "image": "https://img.freepik.com/free-photo/abstract-colorful-fun-pattern_23-2151966979.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/abstract-colorful-fun-pattern_416629384.htm"
        },
        {
            "id": 416629382,
            "name": "Cute chick and butterfly pattern for easter design",
            "image": "https://img.freepik.com/free-photo/cute-chick-butterfly-pattern-easter-design_23-2151966968.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/cute-chick-butterfly-pattern-easter-design_416629382.htm"
        },
        {
            "id": 416629377,
            "name": "Colorful pencils, flowers and leaves pattern",
            "image": "https://img.freepik.com/free-photo/colorful-pencils-flowers-leaves-pattern_23-2151966973.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/colorful-pencils-flowers-leaves-pattern_416629377.htm"
        },
        {
            "id": 416629368,
            "name": "Cute safari animals pattern",
            "image": "https://img.freepik.com/free-photo/cute-safari-animals-pattern_23-2151966967.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/cute-safari-animals-pattern_416629368.htm"
        },
        {
            "id": 416629366,
            "name": "Colorful pencils and flowers illustration",
            "image": "https://img.freepik.com/free-photo/colorful-pencils-flowers-illustration_23-2151966972.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/colorful-pencils-flowers-illustration_416629366.htm"
        },
        {
            "id": 416629218,
            "name": "Cute cartoon animals and flowers frame decoration",
            "image": "https://img.freepik.com/free-photo/cute-cartoon-animals-flowers-frame-decoration_23-2151966948.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/cute-cartoon-animals-flowers-frame-decoration_416629218.htm"
        },
        {
            "id": 416628587,
            "name": "Brazilian june festival with flowers and hats",
            "image": "https://img.freepik.com/free-photo/brazilian-june-festival-with-flowers-hats_23-2151967236.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/brazilian-june-festival-with-flowers-hats_416628587.htm"
        },
        {
            "id": 416628572,
            "name": "Mexican woman with a hat portrait, pop art",
            "image": "https://img.freepik.com/free-photo/mexican-woman-with-hat-portrait-pop-art_23-2151967245.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/mexican-woman-with-hat-portrait-pop-art_416628572.htm"
        },
        {
            "id": 416628570,
            "name": "Festive summer party frame with bonfire",
            "image": "https://img.freepik.com/free-photo/festive-summer-party-frame-with-bonfire_23-2151967226.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-ai-image/festive-summer-party-frame-with-bonfire_416628570.htm"
        },
        {
            "id": 416616903,
            "name": "Spring floral editable text effect",
            "image": "https://img.freepik.com/free-psd/spring-floral-editable-text-effect_47987-27973.jpg",
            "pro": 0,
            "type": "PSD",
            "ai": 1,
            "url": "https://www.freepik.com/free-psd/spring-floral-editable-text-effect_416616903.htm"
        },
        {
            "id": 416616863,
            "name": "Spring floral editable text effect",
            "image": "https://img.freepik.com/free-psd/spring-floral-editable-text-effect_47987-27949.jpg",
            "pro": 0,
            "type": "PSD",
            "ai": 1,
            "url": "https://www.freepik.com/free-psd/spring-floral-editable-text-effect_416616863.htm"
        },
        {
            "id": 416611796,
            "name": "beautiful wedding invitation card with vintage watercolor flower and leaves",
            "image": "https://img.freepik.com/free-vector/beautiful-wedding-invitation-card-with-vintage-watercolor-flower-leaves_44538-14962.jpg",
            "pro": 0,
            "type": "矢量",
            "ai": 1,
            "url": "https://www.freepik.com/free-vector/beautiful-wedding-invitation-card-with-vintage-watercolor-flower-leaves_416611796.htm"
        },
        {
            "id": 416611694,
            "name": "beautiful wedding invitation card with vintage watercolor flower and leaves",
            "image": "https://img.freepik.com/free-vector/beautiful-wedding-invitation-card-with-vintage-watercolor-flower-leaves_44538-14960.jpg",
            "pro": 0,
            "type": "矢量",
            "ai": 1,
            "url": "https://www.freepik.com/free-vector/beautiful-wedding-invitation-card-with-vintage-watercolor-flower-leaves_416611694.htm"
        },
        {
            "id": 416611616,
            "name": "beautiful wedding invitation card with vintage watercolor flower and leaves",
            "image": "https://img.freepik.com/free-vector/beautiful-wedding-invitation-card-with-vintage-watercolor-flower-leaves_44538-14958.jpg",
            "pro": 0,
            "type": "矢量",
            "ai": 1,
            "url": "https://www.freepik.com/free-vector/beautiful-wedding-invitation-card-with-vintage-watercolor-flower-leaves_416611616.htm"
        },
        {
            "id": 416604093,
            "name": "Snail in Muddy Garden with Bright Flower",
            "image": "https://img.freepik.com/free-vector/snail-muddy-garden-with-bright-flower_1308-180238.jpg",
            "pro": 0,
            "type": "矢量",
            "ai": 1,
            "url": "https://www.freepik.com/free-vector/snail-muddy-garden-with-bright-flower_416604093.htm"
        },
        {
            "id": 416603864,
            "name": "Mothers day social media poster with flower background",
            "image": "https://img.freepik.com/free-vector/mothers-day-social-media-poster-with-flower-background_1035-31000.jpg",
            "pro": 0,
            "type": "矢量",
            "ai": 1,
            "url": "https://www.freepik.com/free-vector/mothers-day-social-media-poster-with-flower-background_416603864.htm"
        },
        {
            "id": 416566351,
            "name": "holy week good friday greeting background with flower design",
            "image": "https://img.freepik.com/free-vector/holy-week-good-friday-greeting-background-with-flower-design_1017-58503.jpg",
            "pro": 0,
            "type": "矢量",
            "ai": 1,
            "url": "https://www.freepik.com/free-vector/holy-week-good-friday-greeting-background-with-flower-design_416566351.htm"
        },
        {
            "id": 416565555,
            "name": "Spring floral editable text effect",
            "image": "https://img.freepik.com/free-psd/spring-floral-editable-text-effect_47987-27658.jpg",
            "pro": 0,
            "type": "PSD",
            "ai": 1,
            "url": "https://www.freepik.com/free-psd/spring-floral-editable-text-effect_416565555.htm"
        },
        {
            "id": 416565522,
            "name": "Spring floral editable text effect",
            "image": "https://img.freepik.com/free-psd/spring-floral-editable-text-effect_47987-27619.jpg",
            "pro": 0,
            "type": "PSD",
            "ai": 1,
            "url": "https://www.freepik.com/free-psd/spring-floral-editable-text-effect_416565522.htm"
        },
        {
            "id": 416565516,
            "name": "Spring floral editable text effect",
            "image": "https://img.freepik.com/free-psd/spring-floral-editable-text-effect_47987-27607.jpg",
            "pro": 0,
            "type": "PSD",
            "ai": 1,
            "url": "https://www.freepik.com/free-psd/spring-floral-editable-text-effect_416565516.htm"
        },
        {
            "id": 416562298,
            "name": "Green floral design made of leaves",
            "image": "https://img.freepik.com/free-vector/green-floral-design-made-leaves_779267-3057.jpg",
            "pro": 0,
            "type": "矢量",
            "ai": 1,
            "url": "https://www.freepik.com/free-vector/green-floral-design-made-leaves_416562298.htm"
        },
        {
            "id": 416562282,
            "name": "Fresh Flower Logo",
            "image": "https://img.freepik.com/free-vector/fresh-flower-logo_779267-3055.jpg",
            "pro": 0,
            "type": "矢量",
            "ai": 1,
            "url": "https://www.freepik.com/free-vector/fresh-flower-logo_416562282.htm"
        },
        {
            "id": 416562253,
            "name": "wedding invitation card with beautiful watercolor floral wreath",
            "image": "https://img.freepik.com/free-vector/wedding-invitation-card-with-beautiful-watercolor-floral-wreath_44538-14957.jpg",
            "pro": 0,
            "type": "矢量",
            "ai": 1,
            "url": "https://www.freepik.com/free-vector/wedding-invitation-card-with-beautiful-watercolor-floral-wreath_416562253.htm"
        },
        {
            "id": 416562250,
            "name": "wedding invitation card with beautiful watercolor floral wreath",
            "image": "https://img.freepik.com/free-vector/wedding-invitation-card-with-beautiful-watercolor-floral-wreath_44538-14955.jpg",
            "pro": 0,
            "type": "矢量",
            "ai": 1,
            "url": "https://www.freepik.com/free-vector/wedding-invitation-card-with-beautiful-watercolor-floral-wreath_416562250.htm"
        },
        {
            "id": 416562246,
            "name": "wedding invitation card with beautiful watercolor floral wreath",
            "image": "https://img.freepik.com/free-vector/wedding-invitation-card-with-beautiful-watercolor-floral-wreath_44538-14953.jpg",
            "pro": 0,
            "type": "矢量",
            "ai": 1,
            "url": "https://www.freepik.com/free-vector/wedding-invitation-card-with-beautiful-watercolor-floral-wreath_416562246.htm"
        },
        {
            "id": 416533453,
            "name": "International womens day beautiful young woman with a tulip in her hand",
            "image": "https://img.freepik.com/free-photo/international-womens-day-beautiful-young-woman-with-tulip-her-hand_169016-67301.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-photo/international-womens-day-beautiful-young-woman-with-tulip-her-hand_416533453.htm"
        },
        {
            "id": 416533321,
            "name": "International womens day beautiful young woman with a bouquet in her hands",
            "image": "https://img.freepik.com/free-photo/international-womens-day-beautiful-young-woman-with-bouquet-her-hands_169016-67283.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-photo/international-womens-day-beautiful-young-woman-with-bouquet-her-hands_416533321.htm"
        },
        {
            "id": 416533288,
            "name": "Young woman with a bouquet in her hands womens day valentines day",
            "image": "https://img.freepik.com/free-photo/young-woman-with-bouquet-her-hands-womens-day-valentines-day_169016-67278.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-photo/young-woman-with-bouquet-her-hands-womens-day-valentines-day_416533288.htm"
        },
        {
            "id": 416533233,
            "name": "Young woman with a bouquet in her hands Womens Day Valentines Day",
            "image": "https://img.freepik.com/free-photo/young-woman-with-bouquet-her-hands-womens-day-valentines-day_169016-67273.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-photo/young-woman-with-bouquet-her-hands-womens-day-valentines-day_416533233.htm"
        },
        {
            "id": 416533189,
            "name": "Spring background Womens Day Mothers Day Tulips top view",
            "image": "https://img.freepik.com/free-photo/spring-background-womens-day-mothers-day-tulips-top-view_169016-67270.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-photo/spring-background-womens-day-mothers-day-tulips-top-view_416533189.htm"
        },
        {
            "id": 416533180,
            "name": "International Womens Day Beautiful young woman with a tulip in her hand",
            "image": "https://img.freepik.com/free-photo/international-womens-day-beautiful-young-woman-with-tulip-her-hand_169016-67269.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-photo/international-womens-day-beautiful-young-woman-with-tulip-her-hand_416533180.htm"
        },
        {
            "id": 416533139,
            "name": "Young woman with a bouquet in her hands womens day valentines day",
            "image": "https://img.freepik.com/free-photo/young-woman-with-bouquet-her-hands-womens-day-valentines-day_169016-67265.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-photo/young-woman-with-bouquet-her-hands-womens-day-valentines-day_416533139.htm"
        },
        {
            "id": 416533123,
            "name": "International womens day beautiful young woman with a bouquet in her hands",
            "image": "https://img.freepik.com/free-photo/international-womens-day-beautiful-young-woman-with-bouquet-her-hands_169016-67264.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-photo/international-womens-day-beautiful-young-woman-with-bouquet-her-hands_416533123.htm"
        },
        {
            "id": 416532975,
            "name": "International womens day beautiful young woman with a tulip in her hand",
            "image": "https://img.freepik.com/free-photo/international-womens-day-beautiful-young-woman-with-tulip-her-hand_169016-67253.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-photo/international-womens-day-beautiful-young-woman-with-tulip-her-hand_416532975.htm"
        },
        {
            "id": 416532963,
            "name": "International womens day beautiful young woman with a bouquet in her hands",
            "image": "https://img.freepik.com/free-photo/international-womens-day-beautiful-young-woman-with-bouquet-her-hands_169016-67252.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-photo/international-womens-day-beautiful-young-woman-with-bouquet-her-hands_416532963.htm"
        },
        {
            "id": 416532946,
            "name": "Young woman with a bouquet in her hands womens day valentines day",
            "image": "https://img.freepik.com/free-photo/young-woman-with-bouquet-her-hands-womens-day-valentines-day_169016-67251.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-photo/young-woman-with-bouquet-her-hands-womens-day-valentines-day_416532946.htm"
        },
        {
            "id": 416532897,
            "name": "International womens day beautiful young woman with a tulip in her hand",
            "image": "https://img.freepik.com/free-photo/international-womens-day-beautiful-young-woman-with-tulip-her-hand_169016-67248.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-photo/international-womens-day-beautiful-young-woman-with-tulip-her-hand_416532897.htm"
        },
        {
            "id": 416532840,
            "name": "Young woman with a bouquet in her hands womens day valentines day",
            "image": "https://img.freepik.com/free-photo/young-woman-with-bouquet-her-hands-womens-day-valentines-day_169016-67245.jpg",
            "pro": 0,
            "type": "照片",
            "ai": 1,
            "url": "https://www.freepik.com/free-photo/young-woman-with-bouquet-her-hands-womens-day-valentines-day_416532840.htm"
        }
    ],
    "pagination": {
        "total": 182151,
        "lastPage": 100,
        "currentPage": 1,
        "perPage": 50
    }
}
修改于 2025-04-27 12:31:27
上一页
获取用户信息
下一页
下载素材
Built with