Automotive DIY API & Integration
Build powerful automotive diagnostics, maintenance tracking, and DIY guide applications with our RESTful API, SDKs, and real-time webhook events.
99.99%
Uptime SLA
48
REST Endpoints
<120ms
Avg Latency
12k+
Active Keys
Quick Start & Authentication
Get up and running in minutes. All API requests require an API key passed via the Authorization header.
🔑 API Key Authentication
Generate a key from your dashboard. Keep it secure and rotate it regularly.
🌍 Base URL
All production requests point to:
curl https://api.automotivediy.com/v1/diagnostics \ -H "Authorization: Bearer ak_live_8f7d9c2b1e4a5f6d8g9h" \ -H "Content-Type: application/json"
const response = await fetch('https://api.automotivediy.com/v1/diagnostics', { headers: { 'Authorization': 'Bearer ak_live_8f7d9c2b1e4a5f6d8g9h' } }); const data = await response.json();
import requests headers = {"Authorization": "Bearer ak_live_8f7d9c2b1e4a5f6d8g9h"} response = requests.get("https://api.automotivediy.com/v1/diagnostics", headers=headers) data = response.json()
Available Endpoints
Access vehicle diagnostics, DIY maintenance guides, tool availability, and community data.
Webhooks & Events
Subscribe to events so your app stays in sync without polling. We deliver payloads over HTTPS with HMAC signatures.
🔔 diagnostic.completed
Triggered when an OBD2 scan finishes processing and returns structured fault codes.
🛠️ tool.reserved
Fires when a user successfully books a tool kit for pickup or delivery.
📝 guide.updated
Sent when a maintenance guide is revised with new torque specs or safety warnings.
🚨 vehicle.alert
Notifies when a monitored vehicle hits a maintenance threshold or recall notice.
Rate Limits & Tiers
Scale your integration responsibly. Limits reset per rolling window. Upgrade anytime.
| Plan | Requests/min | Bandwidth | Features | Price |
|---|---|---|---|---|
| 🟢 Developer | 60 | 1 GB/mo | Core endpoints, Webhooks (3) | Free |
| 🔵 Pro | 600 | 50 GB/mo | Full API, Priority support, SDKs | $49/mo |
| 🟣 Enterprise | Unlimited | Custom | Dedicated infra, SLA, SSO, Audit logs | Contact Sales |
Developer Support
Stuck? Our engineering team and community are here to help you ship faster.