Skip to main content
GET
/
api
/
get-video
Get Video
curl --request GET \
  --url https://easy-peasy.ai/api/get-video \
  --header 'x-api-key: <api-key>'
{
  "video": {
    "id": 12345,
    "prompt": "A cat walking on the beach at sunset",
    "url": "",
    "model": "Veo 3.1 Fast",
    "status": "processing",
    "created_at": "2025-01-15T10:30:00.000Z",
    "request": {
      "duration": "5",
      "aspectRatio": "16:9",
      "isTextToVideo": true,
      "isImageToVideo": false
    }
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get yours at https://easy-peasy.ai/settings/api

Headers

x-api-key
string
required

Your API key

Query Parameters

video_id
string
required

The video ID returned from the Generate Video endpoint

Response

Video data

video
object