If the provided video URL isn’t working well with your website, you can create your own video using the high-quality images we provide through the API.
For API users, the V360Info object includes the following fields:
-
url – the base path for the image frames
-
framecount – the total number of image frames
-
top_index, renumbered, and dl_link – metadata to assist with ordering and downloading
For example, if the API returns:
-
url: https://image.s3.amazonaws.com/aHR0C9aWRlby5tcDQ=
-
framecount: 100
You can construct the image URLs as follows:
- Frame 1: https://image.s3.amazonaws.com/aHR0C9aWRlby5tcDQ=/0.jpg
- Frame 2: https://image.s3.amazonaws.com/aHR0C9aWRlby5tcDQ=/1.jpg
- Frame 100: https://image.s3.amazonaws.com/aHR0C9aWRlby5tcDQ=/99.jpg
These image frames can be used to build your own video.
This data is available for API users by default. If you are using the CSV method, you can request access to these images by emailing tech@nivoda.com.