Skip to main content
GET
Trademark Media

Overview

Returns a 302 redirect to the canonical image URL for a trademark media asset (logo, drawing, specimen). The endpoint is unauthenticated so it can be used directly inside HTML <img> tags, where browsers cannot attach an Authorization header. Responses set CORS headers (Cross-Origin-Resource-Policy: cross-origin) so embedding from another origin works. The redirect target is either the original office URL or a Signa CDN URL. No image data is returned by this endpoint itself.

Path Parameters

id
string
required
Trademark ID (tm_...).
mediaId
string
required
Media ID (med_...). Obtain this from the media[] array on a GET /v1/trademarks/{id} response.

Response

302 Found with these headers:
  • Location: canonical image URL
  • Cache-Control: public, max-age=86400, immutable
  • Cross-Origin-Resource-Policy: cross-origin
  • Access-Control-Allow-Origin: *
There is no JSON response body. Following the redirect returns the image bytes from the upstream office or CDN.

Code Examples

This endpoint does not require an API key (the health check endpoints are also unauthenticated). It only emits 302 redirects to public office URLs, so no record data is exposed.

Errors

  • Get Trademark: returns the media[] array with each asset’s med_ ID