Skip to main content
POST
  1. After submission, a task_id will be returned. If you provided a callback_url, when the task status becomes finished or failed, a POST request will be sent to the callback_url.
  2. Regardless of whether callback_url is provided, you can retrieve the response result through the unified Query Task Status endpoint.

Grok Imagine Image Generation

Generate high-quality images using the Grok Imagine model. Supports text-to-image and image-to-image generation with optional aspect ratios. input.size is optional. Supported values: 2:3, 3:2, 1:1, 9:16, 16:9. For image-to-image, input.image_urls is required. array(URL) An array containing a single URL string pointing to the reference image. Please provide the URL of the uploaded file; Accepted types: image/jpeg, image/png, image/webp; Max size: 10.0MB.

Available Models

  • grok-imagine-image - Text-to-image and image-to-image generation

Authorizations

Authorization
string
header
required

All API endpoints require Bearer Token authentication

Get your API Key:

Visit the API Key Management Page to get your API Key

Add it to the request header:

Body

application/json
model
enum<string>
required

Grok Imagine Image model identifier

Available options:
grok-imagine-image
callback_url
string<uri>

Webhook callback URL for result notifications

Example:

"https://your-domain.com/callback"

input
object

Input parameters for generation. For image-to-image, input.image_urls is required.

Response

200 - application/json

Task submitted successfully

code
integer
required

HTTP status code

Example:

200

data
object
required