Image CDN
Our global CDN delivers optimized images instantly. All requests are served from img.motomarks.io.
Endpoint Structure
GET https://img.motomarks.io/{slug}?size={size}&type={type}&format={format}&aspect={aspect}&token={key}Path Parameters
slugThe URL-friendly brand name (e.g.,
toyota, mercedes-benz, bmw).Query Parameters
tokenRequired
Your publishable API key. This key is safe to expose in client-side code.
sizeImage dimensions (width x height).
xs (64px)sm (128px)md (256px)lg (512px)xl (1024px)
Default: md
typeThe variant of the logo.
fullbadgewordmark
Default: full. Not all brands have all variants.
formatOutput file format.
webppngsvg
Default: webp. SVGs are vector-based and ignore the size parameter.
aspectAspect ratio behavior.
squareheight
Default: square. 'square' pads the image to fit the square dimension. 'height' maintains original aspect ratio with fixed height.