Update Video Tags
Learn how to update tags on a brand video
Overview#
This endpoint allows you to update the tags on a specific brand video in your workspace.
https://api.orshot.com/v1/brand-assets/videos/update/:idRequest#
await fetch("https://api.orshot.com/v1/brand-assets/videos/update/789", {
method: "PATCH",
headers: {
"Content-Type": "application/json",
Authorization: "Bearer <ORSHOT_API_KEY>",
},
body: JSON.stringify({
tags: ["intro", "brand", "marketing"],
}),
});Path Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
id | Number | Yes | The unique identifier of the video to update |
Request Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
tags | String[] | Yes | Array of tags to set on the video (replaces any existing tags) |
Notes#
- Tags are automatically normalized: trimmed, deduplicated (case-insensitive), and empty values are removed
- Passing an empty array
[]will clear all tags from the video
Error Responses#
Video Not Found (404)#
{
"error": "Video not found"
}Invalid Tags (400)#
{
"error": "\"tags\" must be an array of strings"
}Rate Limits#
- 30 requests per minute per endpoint
Ready to automate?
Start rendering images, PDFs and videos from your templates in under 2 minutes. Free plan, no credit card.
Get your API key- Image, PDF and video generation via API
- Visual editor with AI and smart layouts
- Zapier, Make, MCP and 50+ integrations
- White-label embed for your own app
- 60 free renders — no credit card required