Page optimized for desktop experience. Please use a desktop browser for best compatibility.

Submit a Rating

This endpoint is used to submit a numerical rating on a specified video.

PUT
/api/v2/videos/{videoId}/rating

Path Parameters

Parameter Type Validations
videoId string, required ID of video to submit the rating on

Request Body

application/json

{
"Rating": "4"
}

Parameter Type Validations
rating string, required Numerical rating. Numbers 1 to 5. Must be a whole number, no decimals.

Response Messages

Successful response

Unauthorized error

Internal server error