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
Integration Guide
Complete guide to API integration and best practices
Best Practices
Security, performance, and optimization guidelines
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: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 |
SDKs and Libraries
Python SDK
JavaScript SDK
Example Requests
Vehicle Inspection
Pricing Valuation
CRM Lead Creation
Error Handling
All API responses follow a consistent error format:Common Error Codes
| Code | HTTP Status | Description |
|---|---|---|
INVALID_API_KEY | 401 | API key is invalid or expired |
RATE_LIMIT_EXCEEDED | 429 | Too many requests |
VALIDATION_ERROR | 400 | Request data is invalid |
RESOURCE_NOT_FOUND | 404 | Requested resource doesn’t exist |
INTERNAL_ERROR | 500 | Server error, retry the request |
Webhooks
Configure webhooks to receive real-time updates:Support
- Technical Support: support@steerai.autos
- API Status: status.steerai.autos
- Changelog: Check our changelog for API updates