Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://aiapi.xiaoliu.fun/v1/images/edits \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form image='@example-file' \ --form 'model=<string>' \ --form 'prompt=<string>'
{ "created": 123, "data": [ { "url": "<string>" } ] }
基于原图和文本描述进行图像编辑
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
待修改的原图文件
模型名称
修改描述
成功响应
Show child attributes