Platform Overview
The Truebees platform is a REST API service for detecting AI-generated media. It consists of two independent services:
| Service | Base URL | Purpose |
|---|---|---|
| Auth Service | https://app.truebees.eu/api/v2/ | Issues Bearer tokens from service principal credentials |
| Verification Service | https://verify.truebees.eu/api/v2/ | Accepts media files and returns authenticity verdicts |
Architecture
Core concepts
- Authentication — Service principals and the token lifecycle
- Verification — Pipelines, async processing, and verdicts
- Concepts — What verdicts mean and how file hashing works