Car Image API

2026 SYM Ttlbt car images

2026 SYM Ttlbt images with a transparent background: front, front three-quarter, side, rear and rear three-quarter studio renders in any paint color, as PNG, WebP or JPG up to 1024px. One API call, 1 credit per image.

Motorcycle

2026 SYM Ttlbt renders

No 2026 SYM Ttlbt render exists yet; the first API call creates it (up to two minutes) and later calls reuse the saved render.

Generate this with one API call
Nobody has rendered the 2026 SYM Ttlbt yet. The first render can take up to two minutes; later requests reuse it. 1 credit per image, 100 free credits, plans from $29 a month.
REST (curl)
curl --fail-with-body \
  -H "Authorization: Bearer $CAR_IMAGE_API_KEY" \
  "https://carimage.dev/api/v1/images/car?make=sym&model=ttlbt&year=2026&view=front-3-4&color=silver" \
  --output sym-ttlbt-2026-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 (facing left) image of the 2026 SYM Ttlbt in silver."
CLI
npx @meterapp/car-image get --make sym --model ttlbt --year 2026 --view front-3-4 --color silver --out sym-ttlbt-2026-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":"sym","model":"ttlbt","year":2026,"view":"front-3-4","color":"silver"}'

Other SYM Ttlbt model years

Views available

  • Frontview=front

    Straight-on front view. Camera yaw 0°.

  • Front three-quarter (facing left)view=front-3-4

    Front and left side at ~35°, nose to the left; the classic hero angle. Camera yaw 35°; aliases: front34, hero, front-3-4-left.

  • Side (facing left)view=side

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

  • Rear three-quarter (facing left)view=rear-3-4

    Rear and left side at ~35°, nose to the left. Camera yaw 145°; aliases: rear34, rear-3-4-left.

  • Rearview=rear

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

  • Rear three-quarter (facing right)view=rear-3-4-right

    Rear and right side at ~35°, nose to the right; rear-3-4 mirrored. Camera yaw 215°; aliases: rear34-right.

  • Side (facing right)view=side-right

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

  • Front three-quarter (facing right)view=front-3-4-right

    Front and right side at ~35°, nose to the right; the hero angle mirrored. Camera yaw 325°; aliases: front34-right.

Colors

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

2026 SYM Ttlbt images: questions and answers

Which views of the 2026 SYM Ttlbt are available?
Eight exterior camera angles, symmetric around the car: front (view=front), front three-quarter facing left (view=front-3-4), side facing left (view=side), rear three-quarter facing left (view=rear-3-4), rear (view=rear), rear three-quarter facing right (view=rear-3-4-right), side facing right (view=side-right), front three-quarter facing right (view=front-3-4-right). Every view is a square 1024x1024 studio render with a transparent background and no license plates.
Which colors can I request for the 2026 SYM Ttlbt?
Any paint color. Fifteen preset names, white, black, gray, silver, blue, red, green, brown, beige, tan, orange, yellow, gold, burgundy, purple, or any hex such as color=1a2b3c; silver is the default. Every color is a recolor of one neutral render, so a custom paint costs the same single credit and is cached and served instantly after its first render.
Which file formats and sizes are supported?
PNG with a transparent background (default), WebP (format=webp, transparent) and JPG (format=jpg, flattened on white). Resize with w= or h= (1 to 1024 pixels) or size=thumb|small|medium|large; the source render is 1024x1024.
How do I embed a 2026 SYM Ttlbt image in my app or website?
Server-side: GET https://carimage.dev/api/v1/images/car?make=sym&model=ttlbt&year=2026&view=front-3-4 with an Authorization: Bearer header returns the image bytes. For <img> tags, POST https://carimage.dev/api/v1/image-urls from your backend to mint a short-lived single-use URL that carries no API key. AI agents can call the same API through the MCP server (npx @meterapp/car-image mcp) or the CLI.
How much does it cost?
1 credit per delivered image, cold or CDN hit. Every account starts with 100 free credits; Pro is $29 a month for 25,000 credits and a commercial license, Business $99 a month for 150,000, and extra credits are $1 per 100 on any paid plan. Failed renders are refunded automatically.
Are these official SYM photos?
No. They are catalog-bounded studio renders of the 2026 SYM Ttlbt, bounded to the open-source vehicle database and cached per make, model, year, color and view. They are consistent studio visuals, not OEM photography, and may contain visual inaccuracies.
What if a SYM Ttlbt year or trim is missing?
The catalog is the open-source @meterapp/vehicle-db (https://github.com/MeterApp/vehicle-db). Anyone can add a missing make, model or model year there; the API and these pages pick it up with the next release.

More SYM models