Get Fonts
Learn how to retrieve custom fonts from your workspace
Overview#
This endpoint allows you to retrieve a list of custom fonts uploaded to your workspace. Custom fonts can be used in your templates for consistent brand typography.
https://api.orshot.com/v1/brand-assets/fonts/getRequest#
await fetch("https://api.orshot.com/v1/brand-assets/fonts/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 font |
created_at | String | Timestamp when the font was uploaded |
name | String | Font filename |
file_url | String | URL to access the font file |
workspace_id | Number | ID of the workspace the font belongs to |
user_id | String | ID of the user who uploaded the font |

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.