Full File
Retrieve all the contents of a file by its file_id.
GET
/
collections
/
file
/
{file_id}
/
full
Once a file is indexed, Mixpeek has automatically pulled out data including embeddings
, transcriptions
, labels
, descriptions
, and more. By calling this API, you can retrieve all the indexed data associated with the file_id
.
Request
Response
index_id
string
The unique identifier for the indexed file
file_id
string
The unique identifier for the file
collection_id
string
The ID of the collection the file belongs to
status
string
The current status of the file processing
url
string
The URL of the original file
metadata
object
Additional metadata about the file and its context
created_at
string
The timestamp when the file was created or indexed
video_segments
object
Contains grouped segments of the video content
Was this page helpful?