Trademark Media
Details
Trademark Media
Public image proxy that 302-redirects to the underlying office or CDN URL
GET
Trademark Media
Documentation Index
Fetch the complete documentation index at: https://docs.signa.so/llms.txt
Use this file to discover all available pages before exploring further.
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
Trademark ID (
tm_...).Media record UUID. Obtain this from the
media[] array on a GET /v1/trademarks/{id} response.Response
302 Found with these headers:
Location— canonical image URLCache-Control: public, max-age=86400, immutableCross-Origin-Resource-Policy: cross-originAccess-Control-Allow-Origin: *
Code Examples
This is the only endpoint in the Signa API that does not require an API key. It only emits 302 redirects to public office URLs, so no record data is exposed.
Errors
| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Invalid trademark ID or media UUID format |
| 404 | not_found | Trademark, media record, or upstream URL does not exist |
Related Endpoints
- Get Trademark — returns the
media[]array with each asset’s UUID