搜索 - 列出所有图像
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/v2/image/search/get_images
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v2/image/search/get_images?attributes_as_list=false&response_as_dict=true&settings=&show_original_response=false&providers' \
--header 'Authorization;'
响应示例响应示例
200 - 成功示例
{
"sentisight": {
"list_images": [
{
"image_name": "test_18.jpg"
},
{
"image_name": "test_17.jpg"
},
{
"image_name": "test_16.jpg"
},
{
"image_name": "test_15.jpg"
},
{
"image_name": "test_14.jpg"
},
{
"image_name": "test_13.jpg"
},
{
"image_name": "test_12.jpg"
},
{
"image_name": "test_11.jpg"
},
{
"image_name": "test_10.jpg"
},
{
"image_name": "test_9.jpg"
}
]
},
"nyckel": {
"list_images": [
{
"image_name": "test.jpg"
}
]
}
}
请求参数
Query 参数
attributes_as_list
string
可选
示例值:
false
response_as_dict
string
可选
示例值:
true
settings
string
可选
show_original_response
string
可选
示例值:
false
providers
string
可选
还可以 使用特定模型调用提供程序(例如:提供程序:'amazon/model1, amazon/model2, google/model3')
Header 参数
Authorization
string
必需
默认值:
Bearer <your_key>
返回响应
修改于 2024-04-11 09:10:35