Get Upload Tags
Retrieve all tags associated with an upload.Request
Response
Add Tags to Upload
Add tags to an existing upload.Request
Parameters
| Parameter | Type | Description |
|---|---|---|
tags | array | Array of tag names (max 10 total on upload) |
Response
Tag Limits
- Maximum 10 tags per upload
- If adding tags would exceed the limit, the request is rejected
- Tags are automatically normalized (lowercase, trimmed)
Authorization
- Only the upload owner can add tags
- Admins can add tags to any upload
Errors
| Status | Description |
|---|---|
| 400 | Too many tags or invalid tag names |
| 401 | Not authenticated |
| 403 | Not authorized (not the owner) |
| 404 | Upload not found |