latestOpenAPI 3.0.32026-08-23410223.0 KB
c93447ba6b9d
video
Get a single video
Retrieves the video by its ID. This is useful for polling after creating a video programmatically.
get/v2/videos/creations/{id}
Path parameters
idstring uuid required
Video ID
Response
Default Response
Example response
{
"item": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"status": "completed",
"createdAt": "2026-08-22T22:54:49.212Z",
"mediaUrl": "https://database.blotato.io/media/12345.mp4"
}
}