AI-ScanRacer
ScanRacer is an AI-powered car recognition API that identifies a vehicle’s **make, model, generation, and year** from a single image. The API is designed for developers building automotive applications such as: * Car marketplaces * Insurance or damage inspection tools * Automotive databases * Mobile apps with car recognition features * Analytics or enrichment pipelines ### How it works 1. Send…
AI-ScanRacer endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
identify-car /rapidapi/identify-car |
Identifie une voiture a partir d'une image. Requete: - Body JSON: {"image_url": "https://..."} - Query optionnelle: top_k=1..5 Retourne: - success, data, predictions, warning,… |
| GET |
classes /rapidapi/classes |
Retrieve the full list of SR2 vehicle classes used by the ScanRacer AI model. |
| POST |
identify-car-upload /rapidapi/identify-car/upload |
Upload via multipart/form-data. Body: fichier via champ `file`. Query optionnelle: top_k=1..5 |
| POST |
identify-car-bbox /rapidapi/identify-car-bbox |
Retourne la meilleure prediction avec bbox à partir d'une image. Request: - Body JSON: {"image_url": "https://..."} Response: - Meilleure prédiction + bbox |
| POST |
Identify Car /identify-car |
Identifies vehicle make, model, generation, and variant from a single image URL. |
| POST |
identify-car-bbox-upload /rapidapi/identify-car-bbox/upload |
Upload via multipart/form-data. Body: fichier via champ `file`. |
| POST |
plate-blur-upload /rapidapi/plate-blur/upload |
Upload via multipart/form-data. Body: fichier via champ `file`. Retourne l’image floutée. |
| POST |
plate-blur /rapidapi/plate-blur |
Floute les plaques dans une image. Requête: - Body JSON: {"image_url": "https://..."} - Query possibles: conf, iou, max_det, blur_radius, expand_ratio, expand_px, debug Retourne… |
| POST |
plate-detection-upload /rapidapi/plate-detection/upload |
Upload via multipart/form-data. Body: fichier via champ `file`. Retourne boxes. |
| POST |
identify-vehicule /rapidapi/identify-vehicule |
Détecte les véhicules à partir d'une image. Request: - Body JSON: {"image_url": "https://..."} - Query params: conf, iou, classes (default: car,truck,van,motorcycle) Response: -… |
| POST |
identify-vehicule-upload /rapidapi/identify-vehicule/upload |
Détecte les véhicules via upload multipart/form-data. Request: - Body form-data: file - Query params: conf, iou, classes (default: car,truck,van,motorcycle) Response: - success -… |
AI-ScanRacer pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $4.99 / month | 3 / second |
|
| ULTRA | $49.99 / month | 5 / second |
|