mirror of
https://gitee.com/myxzgzs/boyue-vue-pro.git
synced 2025-08-24 16:22:45 +08:00
24 lines
443 B
HTTP
24 lines
443 B
HTTP
|
|
### chat dallDrawing
|
|
|
|
POST {{baseUrl}}/admin-api/ai/image/dallDrawing
|
|
Content-Type: application/json
|
|
Authorization: {{token}}
|
|
|
|
{
|
|
"modal": "dall-e-3",
|
|
"size": "1024x1024",
|
|
"style": "vivid",
|
|
"prompt": "中国长城"
|
|
}
|
|
|
|
|
|
### chat midjourney
|
|
|
|
POST {{baseUrl}}/ai/image/midjourney
|
|
Content-Type: application/json
|
|
Authorization: {{token}}
|
|
|
|
{
|
|
"prompt": "Mona Lisa, eating on a seat under a tree, wearing white clothes, smiling at the sky"
|
|
} |