v1

latestSwagger 2.02026-07-146610689.7 KB
v2

Convert spin to video

Use this API method to convert a 360 spin into an MP4 video. You can specify the width/height of the video and the number of rotations. If it is a multi-row spin, you can also specify which row should be converted.

post/v2/files/spin2video

Request body

filenamestring required

Example request

{
  "filename": "/REST API Examples/coin/coin.spin",
  "options": {
    "width": 1920,
    "height": 1080,
    "loops": 3,
    "speed": 3600
  }
}

Response

Successful