Skip to main content
Get the authenticated user’s vote on a specific upload.

Request

Parameters

uploadId is required. If it’s missing, the request returns a 400 error with the message "Upload ID required".

Response

If the authenticated user has not voted on this upload, vote is null:

Response Fields

Use Cases

  • Check whether the current user has already voted on an upload
  • Display the user’s existing vote state in the UI
  • Prevent duplicate vote attempts before submitting