CuraeAI Developers
API referenceSDK Catalog

Get a catalog brand's logo (public)

Public, unauthenticated brand-logo endpoint. Issues a 307 redirect to the backing artwork (a pre-rendered asset or a favicon fallback) so callers can use one stable Curae URL — typically as an `<img>` src — while the platform retains freedom to change the underlying source. Returns 404 when no artwork is resolvable. Long-lived CDN cache.

GET/api/sdk/v1/catalog/brands/{brandId}/logo

Public, unauthenticated brand-logo endpoint. Issues a 307 redirect to the backing artwork (a pre-rendered asset or a favicon fallback) so callers can use one stable Curae URL — typically as an <img> src — while the platform retains freedom to change the underlying source. Returns 404 when no artwork is resolvable. Long-lived CDN cache.

Path Parameters

brandId*string

Opaque, URL-safe brand identifier from the catalog search.

Response Body

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/sdk/v1/catalog/brands/string/logo"
Empty
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "code": "string",  "details": {},  "retryable": true}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "code": "string",  "details": {},  "retryable": true}