Skip to main content
GET
Returns processed data for a data entry. You must specify how you want the data returned using the 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 none
boolean
default:"false"
Set to true when retrieving processed data for a streaming session
string
Optional suffix to append to the processed data file path

Response

When return_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
Returns null if no processed data is available yet.