MoleAPIMoleAPI
문서API 참조AI 모델 API 엔드포인트이미지(Images)Qwen OpenAI 형식

이미지 편집

Bailian qwen-image 시리즈 이미지 편집

POST
/v1/images/edits

Authorization

BearerAuth

AuthorizationBearer <token>

使用 Bearer Token 认证。 格式: Authorization: Bearer sk-xxxxxx

In: header

Request Body

application/json

model*string
input*
parameters?

Response Body

application/json

curl -X POST "https://api.moleapi.com/v1/images/edits" \  -H "Content-Type: application/json" \  -d '{    "model": "string",    "input": {      "messages": [        {}      ]    }  }'
{
  "created": 0,
  "data": [
    {
      "url": "string",
      "b64_json": "string",
      "revised_prompt": "string"
    }
  ]
}

이 문서가 도움이 되었나요?

마지막 업데이트

홈으로 돌아가기게이트웨이