Welcome to Steer AI API
The Steer AI API provides programmatic access to our AI-powered vehicle inspection, pricing, and CRM platform. Build custom integrations, automate workflows, and create powerful automotive applications.Quick Start
Get your API keys and make your first request in minutes
Authentication
Secure your API requests with proper authentication
Rate Limits
Understanding usage limits and optimization strategies
SDKs
Official libraries for Python, JavaScript, and more
Base URL
All API endpoints are relative to the base URL: Production:https://api.steerai.autos/v1
Sandbox: https://api-sandbox.steerai.autos/v1
Authentication
All API requests require authentication using Bearer tokens:Security Note: Never expose your API keys in client-side code. Always use server-side implementations for production applications.
Request/Response Format
Request Headers
All requests should include these headers:Response Format
All API responses follow this consistent structure:Core API Endpoints
Vehicle Inspection
Submit vehicles for AI-powered inspection and damage analysis
Pricing & Valuation
Get real-time market valuations and damage impact calculations
CRM Management
Manage leads, customers, and inventory through our CRM APIs
Rate Limits
Rate limits are enforced per API key and vary by plan:Plan | Requests/Hour | Concurrent | Burst Limit |
---|---|---|---|
Free | 1,000 | 5 | 50 |
Starter | 10,000 | 20 | 200 |
Professional | 100,000 | 100 | 1,000 |
Enterprise | Unlimited | Custom | Custom |