Getting Started
This guide walks you through the three steps needed to start detecting AI-generated media with the Truebees API.
What you'll need
- A Truebees account at app.truebees.eu with an active subscription
curlor any HTTP client- An image file to test with (JPEG or PNG)
Steps
- Create a service principal — generate the credentials your application will use
- Get an access token — exchange credentials for a short-lived JWT
- Submit an image for verification — send an image to the detection pipeline
- Check the result — poll for the verdict once processing completes
Continue to Create a Service Principal →