Retrieve A Video Entity
Retrieves the details of an existing video entity. The entity’s id that was returned upon entity creation is required for identifying the exact video entity to be retrieved.
/v1/video_entities/:id
GET
https://api.uiza.sh/v1/video_entities/:id
Path Parameters
Name
Type
Description
id
string
The identifier of the video entity to be retrieved.
Sample Request
Last updated