Get Visual Status

Check Visual Creation Status

Endpoint

Base URL: https://backend.blotato.com/v2

URL: /videos/creations/:id

Method: GET

Description

Poll this endpoint to check the status of a visual creation. After submitting a request with Create Visual, use the returned id to track its progress.

Request

Path Parameters

Field
Type
Required
Description

id

string

Yes

The video/visual ID returned by Create Visual

Response

Status Code: 200 OK

Status Values

Status
Description

queueing

Request is queued. Keep polling.

generating-script

AI is generating the script. Keep polling.

script-ready

Script is ready, generating media. Keep polling.

generating-media

Media is being generated. Keep polling.

media-ready

Media is ready, exporting. Keep polling.

exporting

Final export in progress. Keep polling.

done

Complete. mediaUrl and/or imageUrls are available.

creation-from-template-failed

Creation failed.

Response: Done (success)

  • mediaUrl: URL of the rendered video. Use this in mediaUrls when publishing.

  • imageUrls: Array of image URLs (for slideshows/carousels). Use these in mediaUrls when publishing.

Response: In Progress

Response: Failed

Polling Pattern

Example

Error Response

Status Code: 404 Not Found

Last updated