आपकी की की क्षमताएँ एक ही कॉल में: सक्षम फीचर्स, अनुमत फॉर्मेट/रिज़ॉल्यूशन/रेशियो/व्यूज़/कलर्स/ब्रांड्स, प्रतिबंध, और डिलीवरी जानकारी (CDN होस्ट + साइन-URL TTL)।
अनुरोध करें
curl "https://api.vehicleimagery.com/api/me" \
-H "x-api-key: YOUR_API_KEY" 200 · मुख्य क्षमताएं।
{
"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`।
{
"error": "Invalid API key"
} 403 · प्लान प्रतिबंध (फीचर, फॉर्मेट या ब्रांड अनुमति नहीं) या ब्लॉक्ड रिक्वेस्ट।
{
"error": "Mirroring is not allowed by your plan."
} 404 · रिक्वेस्टेड पाथ के लिए कोई डेटा नहीं।
{
"error": "Brand 'Xyz' not found — check /api/brands for valid brands."
}