---
title: "Set an array of video output configurations"
method: POST
path: "/admin/config/video/streamoutputvariants"
tags: ["Internal", "Admin", "Video"]
---

# Set an array of video output configurations

`POST /admin/config/video/streamoutputvariants`

## Request body

- object
  - `value` StreamOutputVariant[]
    - `name` string
    - `videoPassthrough` boolean
    - `audioPassthrough` boolean
    - `videoBitrate` integer
    - `audioBitrate` integer
    - `scaledWidth` integer
    - `scaledHeight` integer
    - `framerate` integer
    - `cpuUsageLevel` integer

## Response `200`

Stream Output Variants updated

- BaseAPIResponse — Simple API response
  - `message` string
  - `success` boolean

## Other responses

- `400` — Bad request
- `401` — Basic auth failure
- `default` — Unexpected error

---

[API](https://skmtc.net/owncast/apis/owncast-apis.md) · [All operations](https://skmtc.net/owncast/apis/owncast-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/owncast/owncast-apis/revisions/d3510588e78e/schema)
