Skip to main content
Upscale a completed xAI Grok Imagine video to a higher-definition result. Provide the task ID of the source generation.

Model

xai/grok-imagine-upscale

Parameters

ParameterTypeRequiredDefaultDescription
task_idstringYesTask ID of a completed Grok Imagine video generation. Returns an HD-upscaled result.

Example Request

curl -X POST https://api.unifically.com/v1/tasks \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "xai/grok-imagine-upscale",
    "input": {
      "task_id": "abc123def456"
    }
  }'

Response

{
  "code": 200,
  "success": true,
  "data": {
    "task_id": "abc123def456",
    "status": "pending"
  }
}