Get Video Entities
Retrieve extracted entities for a specific file in a collection. Results are paginated with a default limit of 50 segment entities per request (maximum 100). Use limit and offset parameters to paginate through all results. This API is only available when the collection is created with collection_type ‘entities’
For details on how to create a video collection, see Create CollectionDocumentation Index
Fetch the complete documentation index at: https://docs.cloudglue.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the collection
The ID of the file
Query Parameters
Maximum number of segment entities to return
1 <= x <= 100Number of segment entities to skip
x >= 0When true, include a file-level thumbnail_url in the response and a per-segment thumbnail_url on each segment entity
Include narrative chapters in the response (when segmentation strategy is 'narrative')
Include shot boundaries in the response (when segmentation strategy is 'shot-detector')
Response
File entities
ID of the collection
ID of the file
Entities extracted from the file at the video level
Array of video entities extracted from individual time segments
Total number of segment entities available
Maximum number of entities returned per request
Number of entities skipped
URL of the file-level thumbnail for the video. Only present when include_thumbnails=true.
Array of narrative chapters (only present when include_chapters=true and segmentation strategy is 'narrative')
Array of shot boundaries (only present when include_shots=true and segmentation strategy is 'shot-detector')
Total number of chapters (only present when include_chapters=true and segmentation strategy is 'narrative')
x >= 0Total number of shots (only present when include_shots=true and segmentation strategy is 'shot-detector')
x >= 0