Search Brand Assets

Search across all brand asset types (images, colors, fonts, videos) in your workspace


Overview#

This endpoint allows you to search across all brand asset types in your workspace — images, colors, fonts, and videos — in a single request. You can filter by keyword (matching against names, tags, font families, and color values) and optionally restrict to specific asset types. When no query is provided, it lists all assets of the requested type(s).

https://api.orshot.com/v1/brand-assets/search

Query Parameters#

ParameterTypeRequiredDescription
queryStringNoSearch keyword. Matches against file names, font families, color values, video names, and tags (case-insensitive). Omit to list all assets.
typesStringNoComma-separated asset types to search: image, color, font, video. Defaults to all types if omitted.
pageNumberNoPage number for pagination (starts at 1). Defaults to 1.
limitNumberNoNumber of results per type per page (1–50). Defaults to 10.

Request#

Rate Limits#

  • 30 requests per minute per endpoint

Response Fields#

The response contains only the requested types, ordered by most recently created. Each type includes a data array and a total count for pagination. Top-level page and limit fields reflect the current pagination state.

Images#

FieldTypeDescription
idNumberUnique identifier for the image
nameStringOriginal filename
urlStringDirect URL to the image
tagsString[]Tags associated with the image
typeStringAlways "image"

Colors#

FieldTypeDescription
idNumberUnique identifier for the color
colorTypeStringColor format: hex, rgb, hsl, or gradient
valueStringColor value (e.g. "#FF5733")
tagsString[]Tags associated with the color
typeStringAlways "color"

Fonts#

FieldTypeDescription
idNumberUnique identifier for the font
nameStringDisplay name of the font
fontFamilyStringCSS font-family name
urlStringDirect URL to the font file
tagsString[]Tags associated with the font
typeStringAlways "font"

Videos#

FieldTypeDescription
idNumberUnique identifier for the video
nameStringVideo name
urlStringDirect URL to the video
thumbnailUrlStringURL to the video thumbnail
durationNumberVideo duration in seconds
tagsString[]Tags associated with the video
typeStringAlways "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.