Data Catalogue
Get Processed Data
Retrieve processed data for a data entry
GET
Returns processed data for a data entry. You must specify how you want the data returned using the
Returns
return_as parameter.
string
required
The UUID of the data entry
string
required
How to return the data:
bytes (raw binary), url-download (pre-signed download URL), or url-embed (pre-signed embeddable URL)string
default:"none"
Filter type:
video to retrieve processed video, or noneboolean
default:"false"
Set to
true when retrieving processed data for a streaming sessionstring
Optional suffix to append to the processed data file path
Response
Whenreturn_as is url-download or url-embed:
string
Pre-signed URL for accessing the processed data file
string
Filename of the processed data
string
File format/extension
object
Additional metadata about the processed data
null if no processed data is available yet.