文档 #1

Open
opened 2026-01-08 02:55:19 +08:00 by abearxiong · 0 comments
Owner
curl -X POST http://localhost:5100/v1/images/generations \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer 4e962fc85078d5bfc02c9882bfe659eb" \
  -d '{
    "model": "jimeng-4.0",
    "prompt": "生成一个复制的图标,",
    "ratio": "1:1",
    "resolution": "2k"
  }'
curl -X POST https://jimeng-api.kevisual.cn/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer 4e962fc85078d5bfc02c9882bfe659eb" \
-d '{
  "model": "jimeng-4.0",
  "prompt": "生成一个水墨山水画",
  "ratio": "1:1",
  "resolution": "2k"
}'
```sh curl -X POST http://localhost:5100/v1/images/generations \ -H "Content-Type: application/json" \ -H "Authorization: Bearer 4e962fc85078d5bfc02c9882bfe659eb" \ -d '{ "model": "jimeng-4.0", "prompt": "生成一个复制的图标,", "ratio": "1:1", "resolution": "2k" }' ``` ```sh curl -X POST https://jimeng-api.kevisual.cn/v1/images/generations \ -H "Content-Type: application/json" \ -H "Authorization: Bearer 4e962fc85078d5bfc02c9882bfe659eb" \ -d '{ "model": "jimeng-4.0", "prompt": "生成一个水墨山水画", "ratio": "1:1", "resolution": "2k" }' ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openapi/jimeng-api#1