2024-05-07 18:00:30 +08:00

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"
}