Car Image API

BTM Tanco car images

Download BTM Tanco car images as transparent PNG, WebP or JPG. Studio renders in 6 views and 15 colors for model years 2009–2025, served on demand by Car Image API. $1 per 1,000 images.

MotorcycleOther
Model years
2009–2025 (5)
Cached renders
none yet
API slugs
make=btm&model=tanco

Available model years

Every year below can be rendered in six views and 15 colors. Pick a year for per-year renders and embedding instructions.

Renders

No BTM Tanco render has been requested yet. Yours would be the first; it is rendered on demand and served from the CDN for everyone after that.

Generate this with one API call
Nobody has rendered the 2025 BTM Tanco yet. The first render can take up to two minutes; later requests reuse it. 1 credit per image, 100 free credits, no subscription.
REST (curl)
curl --fail-with-body \
  -H "Authorization: Bearer $CAR_IMAGE_API_KEY" \
  "https://carimage.dev/api/v1/images/car?make=btm&model=tanco&year=2025&view=front-3-4&color=silver" \
  --output btm-tanco-2025-front-3-4.png
MCP for Claude Code, Cursor or any MCP host
claude mcp add car-images -e CAR_IMAGE_API_KEY=$CAR_IMAGE_API_KEY -- npx -y @meterapp/car-image mcp
# then ask: "Get a front three-quarter image of the 2025 BTM Tanco in silver."
CLI
npx @meterapp/car-image get --make btm --model tanco --year 2025 --view front-3-4 --color silver --out btm-tanco-2025-front-3-4.png
Single-use embed URL for <img> tags (mint from your backend)
curl --fail-with-body \
  -X POST https://carimage.dev/api/v1/image-urls \
  -H "Authorization: Bearer $CAR_IMAGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"make":"btm","model":"tanco","year":2025,"view":"front-3-4","color":"silver"}'

Views available

Six exterior camera angles, each a square 1024x1024 studio render with a transparent background.

  • Frontview=front

    Straight-on front view. Camera yaw 0°.

  • Front three-quarterview=front-3-4

    Front and driver's side at ~35°; the classic hero angle. Camera yaw 35°; aliases: front34, hero.

  • Side (facing left)view=side

    Perfect side profile, nose pointing left. Camera yaw 90°; aliases: side-left, profile.

  • Side (facing right)view=side-right

    Perfect side profile, nose pointing right. Camera yaw 270°; aliases: side-r.

  • Rearview=rear

    Straight-on rear view. Camera yaw 180°; aliases: back.

  • Rear three-quarterview=rear-3-4

    Rear and driver's side at ~35°. Camera yaw 145°; aliases: rear34.

Colors

Fifteen preset paint colors (color=<name>; silver is the default).

  • white
  • black
  • gray
  • silver
  • blue
  • red
  • green
  • brown
  • beige
  • tan
  • orange
  • yellow
  • gold
  • burgundy
  • purple