Percepto AIM API
The HTTP API behind the Percepto AIM (Autonomous Inspection and Monitoring) console at drones.percepto.co. The application is a Django/Django-REST-Framework deployment: /api/schema/ and /api/docs/ are live routes (both HTTP 302 to /loginview/?next=... for an anonymous caller) while sibling paths such as /api/ and /swagger.json return the application 404 page, which establishes that an API and a machine-readable schema exist under /api/ but are reachable only by an authenticated Percepto customer. No public OpenAPI, no public reference and no developer portal were found on any Percepto host.