v1
latestOpenAPI 3.0.32026-07-241112213.6 KBImage Edit
Submit Task
Submit an image editing task. The system will apply AI-powered edits to the reference images based on the provided prompt and model specifications.
post/v1/common_task/image_edit/task/submit
Headers
Topview-Uidstring required
User ID
Authorizationstring required
API Key for authentication (Bearer token)
Request body
Example request
{
"aspectRatio": "auto",
"generateCount": 1,
"resolution": "1K"
}Response
Task submitted successfully
Example response
{
"code": "200",
"message": "Success"
}