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

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
workspace_idNumberID of the workspace the video belongs to
user_idStringID of the user who uploaded the video

All Set? Let's Start Automating

Get Your API Key →
  • Image, PDF and Video Generation via API
  • Canva like editor with AI and smart features
  • No-Code Integrations (Zapier, Make, n8n etc.)
  • Embed Orshot Studio in your app
  • Start Free. No credit card required. Cancel anytime.