---
title: "Return simulcast"
method: POST
path: "/1/videos/{channel}/simulcasts/{simulcast_platform}"
tags: ["Option > simulcast"]
---

# Return simulcast

`POST /1/videos/{channel}/simulcasts/{simulcast_platform}`

This endpoint allows you to retrieve to create the simulcast.

## Path parameters

- `channel` integer, required
- `simulcast_platform` string, required

## Query parameters

- `account_id` integer, required — Account identifier

## Request body

- object
  - `additional_config` object, required
    - `auth_code` string — YouTube OAuth authorization code
    - `description` string — Description of the live stream
    - `dest_id` string — Destination ID (page ID, group ID, or user ID)
    - `dest_type` 'event' | 'group' | 'myTimeline' | 'page' — Destination type (myTimeline, page, group)
    - `facebook_access_token` string — Facebook access token
    - `facebook_user_id` string — Facebook user ID
    - `privacy` string — Privacy setting (public/private/unlisted)
    - `title` string — Title of the live stream
  - `application_name` string, required — protocole
  - `enabled` boolean, required — Enable or disable the simulcast
  - `name` string, required — Specify the name of the simulcast

## Response `201`

Created

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` A57c9d69SimulcastConfig[]
    - `simulcast_config_id` integer, required
    - `simulcast_platform_id` string, required
    - `host` string, required
    - `port` integer, required
    - `application_name` string, required
    - `dest_stream` string, required
    - `enabled` boolean, required
    - `stream_id` string, required — Unique identifier of the `stream` that is related to the resource `SimulcastConfig`
    - `name` string, required — Name of the resource `SimulcastConfig`
    - `was_enabled` boolean, required
    - `deleted_at` integer, required — Timestamp `SimulcastConfig` has been deleted
    - `previously_enabled_by_event` boolean, required
    - `force_disabled` boolean, required
    - `scheme` string, required
    - `additional_config` string, required — .
    - `platform` string, required

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/158a854b0c7d/schema)
