Request
Response
Vote Fields
| Field | Type | Description |
|---|---|---|
id | UUID | Vote identifier |
user_id | UUID | Your user ID |
upload_id | UUID | Upload that was voted on |
vote | string | fucks or does_not_fuck |
created_at | timestamp | When the vote was cast |
Use Cases
- Display which uploads the user has voted on
- Show vote status in UI
- Prevent duplicate vote attempts