Hi everyone, I was wondering if there is a way to download the captured images via API. Thanks in advance!
Yes.
In the UI, set the export type to be “binary”. See #5 in the image here.
With the API, set the ExportType
key to Binary
in the request body for the POST /api/v2/export
endpoint.
This will download all “binary” files that might have been captured (e.g., audio)–not just images.
To my knowledge, there’s not a way to download just the images–neither with the UI nor the API.