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/getRequest#
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#
| Field | Type | Description |
|---|---|---|
id | Number | Unique identifier for the video |
created_at | String | Timestamp when the video was uploaded |
name | String | Video name |
original_filename | String | Original filename of the uploaded video |
file_size | Number | Size of the video file in bytes |
direct_url | String | URL to access the video |
width | Number | Video width in pixels |
height | Number | Video height in pixels |
duration | Number | Video duration in seconds |
format | String | Video format (e.g., mp4, webm) |
mime_type | String | MIME type of the video |
metadata | Object | Custom metadata associated with the video |
workspace_id | Number | ID of the workspace the video belongs to |
user_id | String | ID of the user who uploaded the video |

All Set? Let's Start Automating
- 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.