diff --git a/api_doc/image_api/flux-kontext-pro.md b/api_doc/image_api/flux-kontext-pro.md index 9ad110a..c08b3c5 100644 --- a/api_doc/image_api/flux-kontext-pro.md +++ b/api_doc/image_api/flux-kontext-pro.md @@ -52,7 +52,7 @@ curl -X POST "https://api.modelverse.cn/v1/flux-kontext-pro" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $MODELVERSE_API_KEY" \ -d '{ - "prompt" : "A photograph of a red fox in an autumn forest", + "prompt" : "A photograph of a red fox in an autumn forest" }' | jq -r '.data[0].b64_json' | base64 --decode > flux-pro-1.1.png ``` diff --git a/api_doc/image_api/flux-pro-1.1.md b/api_doc/image_api/flux-pro-1.1.md index eb9344b..3a3eb3f 100644 --- a/api_doc/image_api/flux-pro-1.1.md +++ b/api_doc/image_api/flux-pro-1.1.md @@ -52,7 +52,7 @@ curl -X POST "https://api.modelverse.cn/v1/flux-pro-1.1" \ -d '{ "prompt" : "A photograph of a red fox in an autumn forest", "width": 1024, - "height": 1024, + "height": 1024 }' | jq -r '.data[0].b64_json' | base64 --decode > flux-pro-1.1.png ```