悠船AI图片生成接口,包括文生图、图生图、背景移除等功能(需提供有效的授权信息)
curl -i -X POST \
https://ali.youchuan.cn/v1/tob/moodboard \
-H 'Content-Type: application/json' \
-H 'x-youchuan-app: YOUR_API_KEY_HERE' \
-H 'x-youchuan-secret: YOUR_API_KEY_HERE' \
-d '{
"images": [
"string"
],
"tag": "string"
}'
{ "createdAt": "2019-08-24T14:15:22Z", "id": "string", "images": [ "string" ], "tag": "string", "updatedAt": "2019-08-24T14:15:22Z" }
curl -i -X PUT \
'https://ali.youchuan.cn/v1/tob/moodboard/{id}' \
-H 'Content-Type: application/json' \
-H 'x-youchuan-app: YOUR_API_KEY_HERE' \
-H 'x-youchuan-secret: YOUR_API_KEY_HERE' \
-d '{
"images": [
"string"
],
"tag": "string"
}'
{ "createdAt": "2019-08-24T14:15:22Z", "id": "string", "images": [ "string" ], "tag": "string", "updatedAt": "2019-08-24T14:15:22Z" }
curl -i -X GET \
'https://ali.youchuan.cn/v1/tob/moodboards?pageNo=0&pageSize=0' \
-H 'x-youchuan-app: YOUR_API_KEY_HERE' \
-H 'x-youchuan-secret: YOUR_API_KEY_HERE'
{ "moodboards": [ { … } ], "pageNo": 0 }