Generate 3.0(图片重构)Reframe
Request
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://www.16api.com/ideogram/v1/ideogram-v3/reframe' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--form 'image=@"C:\\Users\\Administrator\\Desktop\\例子.png"' \
--form 'resolution="512x1536"'
Responses
application/json {
"code": 0,
"message": "SUCCEED",
"request_id": "CjMT7WdSwWcAAAAAALvB3g",
"data": {
"task_id": "CjMT7WdSwWcAAAAAALvB3g",
"task_status": "submitted",
"created_at": 1733851336696,
"updated_at": 1733851336696
}
}
Modified at 2026-02-01 07:33:56