Find Video /v2/videos/creations/:id

Get a single video

Endpoint

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

URL: /videos/creations/:id

Method: GET

Description

Retrieve the video status. Useful for polling after creating a video programmatically.

Request

Request Params

The request path parameters must contain the following fields:

Field
Type
Required
Description

id

string

βœ…

Video ID

Responses

Success Response

Status Code: 200 OK

Response Body:

Error Responses

Status Code: 400 Not Found

Last updated