video

Get a single video

Retrieves the video by its ID. This is useful for polling after creating a video programmatically. When error is set, generation has stopped and the status will not change again, even if it is not a final status.

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-09-03T23:24:34.503Z",
    "mediaUrl": "https://database.blotato.io/media/12345.mp4"
  }
}

Changes

Changed in 3 of the 10 revisions of this API.39

    • the response property // became optional for the status

      response-property-became-optional

    • the response property // became optional for the status

      response-property-became-optional

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

  • 39e94457ccb216See the full diff
    • for the path request parameter id, the format changed from no format to uuid

      request-parameter-type-changed

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the non-success response with the status

      response-non-success-status-added