Transform this photo into a watercolor painting stylewith soft edges, pastel colors, and visible brush strokeskeep the original composition but change the background to a sunset sceneTransform this portrait into an oil painting style, keeping the original composition and facial features,
but adding vibrant brush strokes, rich textures, and warm golden lighting reminiscent of Renaissance portraits.callback_url parameter to receive automatic notifications upon generation completion instead of polling the status endpoint.curl --location --request POST 'https://api.apipod.ai/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "seedream-v4.5-edit",
"image_urls": [
"string"
],
"prompt": "string",
"aspect_ratio": "1:1",
"callback_url": "string",
"quality": "2K"
}'{
"code": 200,
"message": "string",
"data": {
"task_id": "string"
}
}