24 lines
443 B
Plaintext
Raw Normal View History

2024-04-28 16:38:59 +08:00
### chat dallDrawing
2024-05-07 18:00:30 +08:00
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
2024-04-28 16:38:59 +08:00
Authorization: {{token}}
{
"prompt": "Mona Lisa, eating on a seat under a tree, wearing white clothes, smiling at the sky"
}