curl --location 'https://ogog.ai/v1/images/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "string",
"input": {
"messages": [
{
"role": "string",
"content": [
{
"text": "string"
}
]
}
]
},
"parameters": {
"negative_prompt": "string",
"prompt_extend": true,
"watermark": true,
"size": "string"
}
}'{
"created": 0,
"data": [
{
"url": "string",
"b64_json": "string",
"revised_prompt": "string"
}
]
}