Skip to main contentIBM Video Streaming Developers

Channel picture

Set channel picture

Upload an image file and set as the channel picture.

POST https://api.video.ibm.com/channels/{channel_id}/design/picture.json

The parameters for the POST request:

PARAMETERTYPEIMPORTANCEDESCRIPTION
picturefileREQUIREDThe channel picture. The image must be square and less than 1MB

Success response

Upon success, a response with HTTP status “204 No Content” is returned.

Error responses

Possible error responses:

HTTP RESPONSE CODEERROR VALUEERROR CONDITIONS
400 Bad Requestbad_requestImage format or size is wrong
401 UnauthorizedThe provided access token is missing, revoked, expired or malformed
403 Forbiddenlack_of_ownershipThe API user is not allowed to manage the given channel
404 Not Foundnot_foundChannel not found
503 Service UnavailableThere is a temporary error on the server which makes it impossible to serve the request

Remove channel picture

Delete the custom channel picture.

DELETE https://api.video.ibm.com/channels/{channel_id}/design/picture.json

Parameters

This request has no parameters.

Success response

Upon success a response with HTTP status “200 OK” is returned.

Error responses

Possible error responses:

HTTP RESPONSE CODEERROR VALUEERROR CONDITIONS
401 UnauthorizedThe provided access token is missing, revoked, expired or malformed
403 Forbiddenlack_of_ownershipThe API user is not allowed to manage the given channel
404 Not Foundnot_foundChannel not found
503 Service UnavailableThere is a temporary error on the server which makes it impossible to serve the request