GET
/v1/flights/{id}/exports
List the downloads currently available for a successfully processed flight. Each item includes its export type, display name, and download URL. CSV entries include the account's built-in and custom field templates.
GET
/v1/flights/{id}/exports/original
Download the original DJI TXT flight log.
GET
/v1/flights/{id}/exports/kml
Download the Flight Path KML generated with the account's current KML settings. The more descriptive /exports/flight-path-kml URL produces the same file.
GET
/v1/flights/{id}/exports/flight-path-gpx
Download the Flight Path GPX generated by Flight Reader.
GET
/v1/flights/{id}/exports/flight-polygon-kml
Download the Flight Polygon KML generated with the account's current KML settings.
GET
/v1/flights/{id}/exports/adsb-kml
Download the ADS-B KML generated with the account's current ADS-B KML settings. This export is available when the flight contains ADS-B data.
GET
/v1/flights/{id}/exports/csv
Download the Aircraft Log CSV using the same field template, filters, headings, measurement selection, delimiter, and formatting used by the Flight page. Pass a different template with /exports/csv/{templateName}, including custom templates created in Flight Reader.
GET
/v1/flights/{id}/exports/srt
Download video telemetry subtitles using the account's current SRT field and formatting settings. The response is always a ZIP containing a separate SRT file for each video recording sequence. This paid export is available only when the flight contains video.
Download responses are file attachments. Flights that have not processed successfully return 409. Missing flights or another user's flights return 404, even when public. Temporarily unavailable source files return 503.