Skip to main content
GET
/
videos
/
{video_id}
cURL
curl -X GET 'https://devapi.pika.art/videos/your_video_id' \
-H 'X-API-KEY: your_api_key' \
-H 'Accept: application/json'
{
  "id": "<string>",
  "status": "<string>",
  "url": "<string>",
  "progress": 123
}

Path Parameters

video_id
string
required

Response

Successful Response

id
string
required
status
string
required
url
string | null
required
progress
integer | null
required