{
"model": "grok-imagine-image",
"prompt": "Render this as a pencil sketch with detailed shading",
"n": 2,
"aspect_ratio": "1:1",
"resolution": "2k",
"image": {
"url": "https://docs.x.ai/assets/api-examples/images/style-realistic.png",
"type": "image_url"
}
}curl --location 'https://poloai.top/v1/images/edits' \
--header 'Accept: application/json' \
--header 'Authorization: sk-' \
--header 'Content-Type: application/json' \
--data '{
"model": "grok-imagine-image",
"prompt": "Render this as a pencil sketch with detailed shading",
"n": 2,
"aspect_ratio": "1:1",
"resolution": "2k",
"image": {
"url": "https://docs.x.ai/assets/api-examples/images/style-realistic.png",
"type": "image_url"
}
}'{
"created": 0,
"data": [
"string"
]
}