# Submits a livestream to the archiving queue **POST /submit** Submits a livestream to the archiving queue ## Servers ## Parameters ## Body parameters Content-type: Livestream submission payload - **videoUrl** (string) YouTube url of live stream which should be added to queue - **quality** (integer(int32)) Numeric ID of the quality in which the live stream should be archived ## Responses ### 200: OK #### Body Parameters: (object) - **id** (string) Video ID - **submitters** (array[string]) List of user IDs which have submitted this video to the queue (Format: Provider/UserID) - **scheduledStart** (string(date-time)) Scheduled start of livestream - **finished** (boolean) Whenever the livestream has finished already - **title** (string) Livestream title - **channelName** (string) Name of channel which is streaming this livestream - **channelId** (string) Channel ID of channel which is streaming this livestream - **thumbnail** (string) URL to maximum quality thumbnail available for livestream - **downloadUrl** (string) URL where archive is available for download - **fileSizeBytes** (integer(int64)) Archive file size in bytes - **length** (integer(int32)) Length of livestream in seconds ### 401: Not logged in [Powered by Bump.sh](https://bump.sh)