Update Thumbnail
A request to update the thumbnail image of the stream.
Request
| Property | Value |
|---|---|
| Method | POST |
| URL | https://api.stormstreaming.com/api/request/stream/{stream_key}/set-thumbnail |
| Authentication | x-api-key |
URL Parameters:
| Parameter | Description |
|---|---|
{stream_key} | The stream key of the stream you wish to modify |
Request
curl -X POST "https://api.stormstreaming.com/api/request/stream/{stream_key}/set-thumbnail" \
-H "x-api-key: YOUR_API_KEY" \
-F "thumbnailFile=@/path/to/thumbnail.jpg"
Request Body
| Field | Default | Required | Validation | Description |
|---|---|---|---|---|
thumbnailFile | - | No | jpeg, png, jpg, gif, webp. Max 8192KB | The thumbnail will be displayed on the list of streams in the Storm Cloud platform |
Request Body
thumbnailFile: [binary image file]
Response
| Parameter | Type | Description |
|---|---|---|
message | string | Response status message |
Successful Response (200)
{
"message": "Stream has been updated."
}
Support Needed?
Create a free ticket and our support team will provide you necessary assistance.