Exactement le point de terminaison de l'image en vue unique, adressé par l'identifiant de configuration stable au lieu des noms. Toutes les options et les solutions de repli se comportent de manière identique.
Paramètres de chemin Nom Type Description id obligatoire entier Identifiant de configuration stable. view obligatoire chaîne Nom de la vue - voir /api/views.
Demande
curl "https://api.vehicleimagery.com/api/id/id/front" \
-H "x-api-key: YOUR_API_KEY" 200 · Métadonnées d'image y compris l'`image_url` signée.
[
{
"id": 671025573,
"brand": "BMW",
"model": "2",
"year": 2021,
"variant": "Basis",
"trim": "base",
"view": "front_left",
"format": "webp",
"image_url": "https://cdn.vehicleimagery.com/…"
}
] 401 · Clé `x-api-key` manquante ou invalide.
{
"error": "Invalid API key"
} 403 · Restriction de plan (fonctionnalité, format ou marque non autorisés) ou demande bloquée.
{
"error": "Mirroring is not allowed by your plan."
} 404 · Aucune donnée pour le chemin demandé.
{
"error": "Brand 'Xyz' not found — check /api/brands for valid brands."
}