问题解答
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
/v2/image/question_answer
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/v2/image/question_answer' \
--header 'Authorization;' \
--header 'content-type: application/json' \
--data-raw '{
"providers": "string"
}'
响应示例响应示例
200 - 成功示例
{
"openai": {
"answers": [
"The image contains a combination of logos from four major technology companies, often referred to collectively as \"FAANG\" (Facebook, Apple, Amazon, Netflix, Google), but without the Netflix logo. From left to right, the logos are:\n\n1. Facebook: The blue square with a lowercase 'f' is the logo"
]
},
"google": {
"answers": [
" The image shows six logos of big tech companies, namely Facebook, Apple, Amazon, Netflix, and Google. The logos are all in their respective colors and are arranged in a row."
]
},
"alephalpha": {
"answers": [
" Logo - Amazon, Apple, and No Logo"
]
}
}
请求参数
Header 参数
content-type
string
必需
示例值:
application/json
Authorization
string
必需
默认值:
Bearer <your_key>
Body 参数application/json
返回响应
修改于 2024-04-11 09:02:24