Retrieve a video
Retrieves detailed information about a specific generated video.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
videoIdstringRequired
The ID of the generated video.
Responses
200
Generated video details retrieved successfully
application/json
400
Bad Request. Invalid videoId parameter.
401
Unauthorized. Authentication required.
404
Not Found. Generated video not found.
500
Internal server error.
get
/generated-videos/{videoId}Last updated
Was this helpful?