Returns the event file for the specified event in the specified file format. *** PLEASE CONTACT Lytx To Enable Video File Downloads Functionality! *** Customers who are NOT enabled for video file downloads will receive a HTTP 4xx response from this API, as appropriate, and the request will fail.

SecurityAPIKey
Request
path Parameters
eventId
required
string or null^[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}...

Id of the event of interest.

query Parameters
format
required
string or null

Format of the wanted file (dce or mp4).

Responses
200

File retrieved.

400

The parameters given in the request are invalid.

401

Unauthorized due to providing an invalid access key, or invalid pod.

403

Access is forbidden. The given API access-key does not have the required permissions. In order to enable video file downloads, contact lytx team.

404

File does not exist.

500

Internal server error

503

Database is unavailable.

get/video/safety/events/{eventId}/file
Request samples