Request
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
uploadId | UUID | Yes | The upload to vote on |
vote | string | Yes | fucks or does_not_fuck |
Response
Changing Your Vote
To change your vote, simply submit a new vote for the same upload. Your previous vote is replaced.Rate Limiting
Votes are limited to 30 requests per minute per IP address.Errors
| Status | Description |
|---|---|
| 400 | Invalid vote value, or invalid/inaccessible upload ID |
| 401 | Not authenticated |
| 429 | Rate limit exceeded |