Cada nome de vista no catálogo, marcado flat (frente/trás/esquerda/direita), three_quarter (frente_esquerda…trás_direita) ou other (interior). A disponibilidade por carro está no config /features ou /views.
Solicitar
curl "https://api.vehicleimagery.com/api/views" \
-H "x-api-key: YOUR_API_KEY" 200 · Visões.
{
"views": [
{
"view": "front",
"type": "flat"
},
{
"view": "front_left",
"type": "three_quarter"
},
{
"view": "dashboard",
"type": "other"
}
],
"note": "Per-car availability is in /features."
} 401 · `x-api-key` ausente ou inválida.
{
"error": "Invalid API key"
} 403 · Restrição de plano (recurso, formato ou marca não permitido) ou solicitação bloqueada.
{
"error": "Mirroring is not allowed by your plan."
} 404 · Nenhum dado para o caminho solicitado.
{
"error": "Brand 'Xyz' not found — check /api/brands for valid brands."
}