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 motomarks.io/img.

Endpoint Structure
GET https://motomarks.io/img/{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.

webppng

Default: webp.

aspect

Aspect ratio behavior.

squareheight

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