Create bookmark then export and download bookmark via API
In ProgressI am looking to do the following with the NX v6 API:
Create a bookmark, export the bookmark with a specified file format (mp4), then download the exported mp4 video. Are there any API endpoints to allow me to export the video and then download? I am able to successfully generate a bookmark using the following endpoint but do not see any endpoints available to export then download the video.
POST /rest/v3/{device_id}/bookmarks
-
Hi Jackson,
Thanks for your question. Since you have already created the bookmark, which means you know the timestamp of a video clip, it is indeed possible to download the file accordingly.
You can use the API - GET /rest/v3/devices/{id}/media.{format}
Please check the detail by referring the API document, the endpoint is on the same section of the bookmark one. Thanks.[Edited, correct the endpoint and screen capture.]
Please sign in to leave a comment.
Comments
2 comments