# Video Poster Upload

Upload poster for video

Reference API link: https://api.mov.mediaoutcast.com/documentation#/Videos/video_poster (opens new window)

POST

/api/videos/{video_id}/poster

KEY TYPE DESCRIPTION
image file Image file

Response:

{
  "message": "Video poster updated.",
  "image_urls": {
    "720p": "https://api.mov.mediaoutcast.com/storage/VjJd68GD/VjJd68GD/2024/1/9/38yYw98R/posters/720p.jpg?1704887857",
    "360p": "https://api.mov.mediaoutcast.com/storage/VjJd68GD/VjJd68GD/2024/1/9/38yYw98R/posters/360p.jpg?1704887857"
  }
}