Get Videos

Learn how to retrieve brand videos from your workspace


Overview#

This endpoint allows you to retrieve a list of brand videos from your workspace. Brand videos can be used across your templates and designs.

https://api.orshot.com/v1/brand-assets/videos/get

Query Parameters#

ParameterTypeRequiredDescription
tagStringNoComma-separated list of tags to filter by. Returns only videos that have all specified tags.

Request#

await fetch("https://api.orshot.com/v1/brand-assets/videos/get", {
  method: "GET",
  headers: {
    "Content-Type": "application/json",
    Authorization: "Bearer <ORSHOT_API_KEY>",
  },
});

Rate Limits#

  • 30 requests per minute per endpoint

Response Fields#

FieldTypeDescription
idNumberUnique identifier for the video
created_atStringTimestamp when the video was uploaded
nameStringVideo name
original_filenameStringOriginal filename of the uploaded video
file_sizeNumberSize of the video file in bytes
direct_urlStringURL to access the video
widthNumberVideo width in pixels
heightNumberVideo height in pixels
durationNumberVideo duration in seconds
formatStringVideo format (e.g., mp4, webm)
mime_typeStringMIME type of the video
metadataObjectCustom metadata associated with the video
tagsString[]Tags associated with the video
workspace_idNumberID of the workspace the video belongs to
user_idStringID of the user who uploaded the video

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