# api.commit.show

Public REST surface for the commit.show audit engine.

- `GET /audit?repo=<github-url>&format=md|json` — run/read the live audit
- `GET /openapi.json` — OpenAPI 3.1 spec

Try it:
```
curl https://api.commit.show/audit?repo=github.com/supabase/supabase
```

Web: https://commit.show · CLI: `npx commitshow@latest audit <target>`