Skip to main content
GET
/
media
/
trademarks
/
se
/
{trademarkId}
/
{mediaFileFormat}
Get trademark media
curl --request GET \
  --url https://api.tic.io/media/trademarks/se/{trademarkId}/{mediaFileFormat} \
  --header 'x-api-key: <api-key>'
[
  {
    "fileName": "<string>",
    "mediaFileFormat": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.tic.io/llms.txt

Use this file to discover all available pages before exploring further.

Details

This will return the actual given media file with the format. Note that only formats available can be returned and no conversion will be carried out.

Authorizations

x-api-key
string
header
required

Path Parameters

trademarkId
integer<int32>
required

The trademark id

mediaFileFormat
string
required

The trademark media type

Query Parameters

inline
boolean
default:true

Set to true to get an inline file rendered in the browser

Response

200 - application/json

OK

fileName
string | null
mediaFileFormat
string | null