API & intégrations
Objectif
Documenter les services tiers consommés par CarPilot (la 9.0 n'a pas de back-end propre) et préparer la future API publique.
Services tiers consommés
| Service | Usage | Auth |
|---|---|---|
OSRM (router.project-osrm.org) | routage voiture (défaut) + repli | non |
| OpenRouteService | routage voiture & gabarit autocar (driving-hgv) | clé |
| Overpass | limites de vitesse (tags OSM maxspeed) | non |
| Nominatim | géocodage | non |
| MapTiler | tuiles vectorielles / relief | clé |
| ArcGIS / IGN | fonds satellite / IGN | selon service |
Détail + exemples curl/JS/Python par service : voir le dossier api/ (gabarit
_templates/template-api-endpoint.md).
À COMPLÉTER — API publique CarPilot
CarPilot 9.0 ne fournit pas d'API REST publique (SPA front-only, localStorage). Une API
publique (auth, endpoints circuits/alertes, webhooks) relève de la roadmap V2/V3.
Spécifier dans api/openapi.yaml quand elle existera.