Documentation

Motomarks is the comprehensive automotive logo API that lets you enrich any application with high-quality car brand logos. Eliminate manual logo management and boost user trust with professional branding.

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

slug
The URL-friendly brand name (e.g., toyota, mercedes-benz, bmw).

Query Parameters

token
Required

Your publishable API key. This key is safe to expose in client-side code.

size

Image dimensions (width x height).

xs (64px)sm (128px)md (256px)lg (512px)xl (1024px)

Default: md

type

The variant of the logo.

fullbadgewordmark

Default: full. Not all brands have all variants.

format

Output file format.

webppngsvg

Default: webp. SVGs are vector-based and ignore the size parameter.

aspect

Aspect ratio behavior.

squareheight

Default: square. 'square' pads the image to fit the square dimension. 'height' maintains original aspect ratio with fixed height.