Storm docs logo
Search the docs.../
Explore Storm Products

Update Splashscreen (Countdown background image)

Request to update the splashscreen (countdown background image) image of the stream.

Request

PropertyValue
MethodPOST
URLhttps://api.stormstreaming.com/api/request/stream/{stream_key}/set-splashscreen
Authenticationx-api-key

URL Parameters:

ParameterDescription
{stream_key}The stream key of the stream you wish to modify
Request
Code iconbash
curl -X POST "https://api.stormstreaming.com/api/request/stream/{stream_key}/set-splashscreen" \
  -H "x-api-key: YOUR_API_KEY" \
  -F "splashscreenFile=@/path/to/splashscreen.jpg"

Request Body

FieldDefaultRequiredValidationDescription
splashscreenFile-Nojpeg, png, jpg, gif, webp. Max 8192KBThe splashscreen (waiting room image) will be displayed as a background behind the countdown timer
Request Body
Code icontext
splashscreenFile: [binary image file]

Response

ParameterTypeDescription
messagestringResponse status message
Successful Response (200)
Code iconjson
{
  "message": "Stream has been updated."
}
Support Needed?

Create a free ticket and our support team will provide you necessary assistance.

Blog
Support
About us
Patents
Term of use
Privacy policy
Contact
©2026 Storm Streaming Media. All Rights Reserved.