Skip to main content
POST
  1. Submit the request with VIDGO_API_KEY. A task_id is returned immediately. Keep it until the task reaches finished or failed.
  2. Use Query Task Status to retrieve the result. If you provide a callback_url, Vidgo sends the result to your webhook when the task finishes or fails.

Grok Imagine Image Quality Text to Image

Create image variations in 1K or 2K with Grok Imagine Image Quality, with framing options for portraits, landscapes, and square designs.

Available Models

  • xai/grok-imagine-image-quality/text-to-image - Generate images from text prompts.

Output Options

Aspect Ratio

  • aspect_ratio: Optional. Accepted values: 1:1, 2:3, 3:2, 9:16, 16:9. Default: 1:1.

Resolution

  • resolution: Optional. Accepted values: 1K, 2K. Default: 1K.

Image Count

  • n: Optional. Number of images to generate. Integer, at least 1. Default: 1. No maximum is documented upstream; fractional numbers, strings, and booleans are rejected.

Key Features

  • Generate images from text prompts.
  • Choose from 1K, 2K output resolutions.
  • Control the number of output images with n.

Advanced Parameters

Set model and optional callback_url at the request root. Place all workflow parameters, including output options, inside input. Send only the input fields supported by this workflow. Unsupported input fields are rejected before credits are deducted.

Prompt

  • prompt: Required. Describe the desired image. Minimum length: 1 character.
  • The value must be a string and must not be blank. No maximum prompt length is documented upstream.

Billing Factors

Billing depends on output resolution (resolution) and output image count (n). Credits are deducted on submission and refunded if the task fails.

Authorizations

Authorization
string
header
required

Use VIDGO_API_KEY.

Body

application/json

Keep model and callback_url at the root. Unknown root fields are ignored; unsupported input fields are rejected.

model
string
required
Example:

"xai/grok-imagine-image-quality/text-to-image"

input
object
required
callback_url
string | null

Optional public HTTP(S) endpoint for task completion notifications. HTTPS is recommended. Omit, use null, or use an empty string to disable callbacks.

Response

Task submitted

code
enum<integer>
required
Available options:
200
data
object
required