---
title: "Convert spin to video"
method: POST
path: "/v2/files/spin2video"
tags: ["v2"]
---

# Convert spin to video

`POST /v2/files/spin2video`

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.

## Request body

- Model50
  - `filename` string, required
  - `options` Options
    - `width` number
    - `height` number
    - `loops` number
    - `speed` number
    - `row` 'single' | 'all'

## Response `200`

Successful

---

[API](https://skmtc.dev/sirv/apis/api-documentation.md) · [All operations](https://skmtc.dev/sirv/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sirv/api-documentation/revisions/80ff016d7d3a/schema)
