Get Colors
Learn how to retrieve saved brand colors from your workspace
Overview#
This endpoint allows you to retrieve a list of saved brand colors from your workspace. Brand colors can be used across your templates and designs for consistent branding.
https://api.orshot.com/v1/brand-assets/colors/getRequest#
await fetch("https://api.orshot.com/v1/brand-assets/colors/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 color |
created_at | String | Timestamp when the color was saved |
type | String | Color type: hex, rgb, hsl, or gradient |
value | String | The color value (e.g., #FF5733, rgb(255, 87, 51)) |
workspace_id | Number | ID of the workspace the color belongs to |
user_id | String | ID of the user who saved the color |

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.