---
title: "Create Live Asset"
method: POST
path: "/video/live/assets"
tags: ["API Endpoints"]
---

# Create Live Asset

`POST /video/live/assets`

A live asset refers to a media content/video that is live-streamed through Gumlet. This endpoint creates a live streaming asset allowing users to live stream a video that will be pushed to Gumlet.

## Request body

- object
  - `live_source_id` string, required — Gumlet live video source/collection id.
  - `resolution` string, required — Required resolutions in HLS delivery format for live stream. Can be an array of string out of the following values: `240p`, `360p`, `480p`, `540p`, `720p`, and `1080p`. Re-sized rendition will retain the input aspect ratio.
  - `title` string — Your live stream asset title
  - `mp4_access` boolean — Creates <code>MP4</code> version for download purpose.
  - `orientation` 'landscape' | 'potrait'
  - `start_at` string, date-time

## Response `200`

200

- object
  - `status` string
  - `stream_key` string
  - `live_asset_id` string
  - `live_video_source_id` string
  - `input` object
    - `resolution` string[]
    - `title` string
  - `stream_url` string
  - `output` object
    - `playback_url` string
    - `recording_playback_url` string
    - `recording_dash_playback_url` string
  - `thumbnail` object
    - `preparing` string
    - `disconnected` string
    - `end` string
  - `created_at` integer
  - `updated_at` integer
  - `vod_asset_id` string

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.net/gumlet/apis/gumlet-rest-apis.md) · [All operations](https://skmtc.net/gumlet/apis/gumlet-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gumlet/gumlet-rest-apis/versions/b1f7ac2aeeec/schema)
