v1
latestOpenAPI 3.1.02026-07-26650239.3 KBGet Media Files
Search media files by various parameters.
Query parameters
Limit results to a specific vehicle, by serial number
Limit results to a specific flight ID. ID can be formatted as a full UUID, or can omit - characters, and is case insensitive
Filter by media type: vehicleImage - Images captured in flight vehicleImageDng - DNG images captured in flight vehicleVideoPreview - LRV Recording of the full flight vehicleVideoRaw - Video recording of the flight when the vehicle was in “video mode”. (Not recorded when the vehicle is in “photo mode”). videoTelemetryCsv - CSV file with telemetry aligned to the vehicleVideoRaw
Search for Media Files captured before this timestamp. The timestamp should follow the ISO 8601 standard format.
Search for Media Files captured since this timestamp. The timestamp should follow the ISO 8601 standard format.
Search for Media Files uploaded before this timestamp. The timestamp should follow the ISO 8601 standard format.
Search for Media Files uploaded since this timestamp. The timestamp should follow the ISO 8601 standard format.
If True, the media download urls will be pre-signed, will not require authentication, and will expire after 1 hour. If False, the urls will redirect to the file and will not expire, but will still require authentication.
Limit results to a specific mission template ID (UUID)
Number of results to return per page
Return a specific page number from results
Response
List of media files returned from GET /media_files endpoint
Example response
{
"data": {
"files": [
{
"captured_time": "2022-05-03T03:10:52.503+00:00",
"uploaded_time": "2022-05-03T03:10:52.503+00:00"
}
]
}
}