Find Video /v2/videos/creations/:id
Publishing a Post
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
Too Many Requests
Post creation has a user-level rate limit of 120 requests / minute to prevent spamming / abusing video polling. The best practice is to poll every 20 seconds if you are animating first image, and 10 seconds if you are not using image to video.
Status Code: 429 Too many requests
Last updated