Car Image API

1998 Cagiva 125 Roadster car images

1998 Cagiva 125 Roadster images with a transparent background: front, front three-quarter, side, rear and rear three-quarter studio renders in 15 colors, as PNG, WebP or JPG up to 1024px. One API call, 1 credit per image.

Motorcycle

1998 Cagiva 125 Roadster renders

No 1998 Cagiva 125 Roadster render exists yet; the first API call creates it (a few seconds) and every later call is served from cache.

Generate this with one API call
Nobody has rendered the 1998 Cagiva 125 Roadster yet. The first request renders it in a few seconds and caches it for everyone after that. 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=cagiva&model=125-roadster&year=1998&view=front-3-4&color=silver" \
  --output cagiva-125-roadster-1998-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 1998 Cagiva 125 Roadster in silver."
CLI
npx @meterapp/car-image get --make cagiva --model 125-roadster --year 1998 --view front-3-4 --color silver --out cagiva-125-roadster-1998-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":"cagiva","model":"125-roadster","year":1998,"view":"front-3-4","color":"silver"}'

Other Cagiva 125 Roadster model years

Views available

  • 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

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

1998 Cagiva 125 Roadster images: questions and answers

Which views of the 1998 Cagiva 125 Roadster are available?
Six exterior camera angles: front (view=front), front three-quarter (view=front-3-4), side (facing left) (view=side), side (facing right) (view=side-right), rear (view=rear), rear three-quarter (view=rear-3-4). Every view is a square 1024x1024 studio render with a transparent background and no license plate text.
Which colors can I request for the 1998 Cagiva 125 Roadster?
Fifteen preset paint colors: white, black, gray, silver, blue, red, green, brown, beige, tan, orange, yellow, gold, burgundy, purple. Pass color=<name> to the API; silver is the default. Colors are fixed presets so every variant 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 1998 Cagiva 125 Roadster image in my app or website?
Server-side: GET https://carimage.dev/api/v1/images/car?make=cagiva&model=125-roadster&year=1998&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. $1 buys 1,000 credits, every account starts with 100 free credits and there is no subscription. Failed renders are refunded automatically.
Are these official Cagiva photos?
No. They are catalog-bounded studio renders of the 1998 Cagiva 125 Roadster, 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 Cagiva 125 Roadster 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 Cagiva models