image.http 733 B

123456789101112131415161718192021222324
  1. ### chat dallDrawing
  2. POST {{baseUrl}}/admin-api/ai/image/dallDrawing
  3. Content-Type: application/json
  4. Authorization: {{token}}
  5. {
  6. "modal": "dall-e-3",
  7. "size": "1024x1024",
  8. "style": "vivid",
  9. "prompt": "中国长城"
  10. }
  11. ### chat midjourney
  12. POST {{baseUrl}}/admin-api/ai/image/midjourney
  13. Content-Type: application/json
  14. Authorization: {{token}}
  15. {
  16. "prompt": "Cute cartoon style mobile game scene, a colorful camping car with an outdoor table and chairs next to it on the road in a spring forest, the simple structure of the camper van, soft lighting, C4D rendering, 3d model in the style of a cartoon, cute shape, a pastel color scheme, closeup view from the side angle, high resolution, bright colors, a happy atmosphere."
  17. }