Authorization: Bearer ********************
{
"model": "grok-2-image-1212",
"prompt": "a white siamese cat"
}
curl --location --request POST 'https://api2.aigcbest.top/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "grok-2-image-1212",
"prompt": "a white siamese cat"
}'
{
"data": [
{
"url": "https://imgen.x.ai/xai-imgen/xai-tmp-imgen-c7e0e4b6-b805-441f-93b7-7430e9255b25.jpeg",
"revised_prompt": "A high-resolution photograph of a white Siamese cat with striking blue eyes, taken in a close-up shot. The cat is sitting on a sunlit windowsill, with soft natural light highlighting its silky fur and facial features. The background shows a slightly blurred view of a lush garden through the window, maintaining focus on the cat. The setting is warm and inviting, with no distracting elements, ensuring the cat remains the central subject of the image."
}
]
}