Las capacidades de tu clave en una sola llamada: características habilitadas, formatos/resoluciones/relaciones/visión/colores/marcas permitidos, restricciones y la información de entrega (host del CDN + TTL de URL firmada).
Solicitud
curl "https://api.vehicleimagery.com/api/me" \
-H "x-api-key: YOUR_API_KEY" 200 · Capacidades clave.
{
"features": {
"shadow": true,
"transparency": true,
"mirroring": true,
"grounding": true,
"getall": true,
"debug": false,
"fallbacks": true,
"watermark_forced": false
},
"allowed": {
"formats": [
"*"
],
"resolutions": [
"*"
],
"ratios": [
"*"
],
"views": [
"*"
],
"colors": [
"*"
],
"brands": [
"*"
]
},
"restrictions": {
"blocked_brands": [],
"year_range": null,
"test_mode": false
},
"delivery": {
"cdn": "cdn.vehicleimagery.com",
"signed_url_ttl_seconds": 604800
}
} 401 · `x-api-key` faltante o inválida.
{
"error": "Invalid API key"
} 403 · Restricción del plan (característica, formato o marca no permitidos) o solicitud bloqueada.
{
"error": "Mirroring is not allowed by your plan."
} 404 · No hay datos para la ruta solicitada.
{
"error": "Brand 'Xyz' not found — check /api/brands for valid brands."
}