Edit videos using xAI’s Grok Imagine Edit model.

Model

xai/grok-imagine-edit

Parameters

ParameterTypeRequiredDefaultDescription
promptstringYes-Text prompt describing the edit
video_urlstringYes-Reference video URL (up to 30 seconds)
resolutionstringNo”480p”480p or 720p

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-edit",
    "input": {
      "prompt": "Transform the scene into a cyberpunk style",
      "video_url": "https://example.com/video.mp4",
      "resolution": "720p"
    }
  }'

Response

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

Pricing

UnitPrice
Per second$0.03