Skip to main content

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
  • curl or any HTTP client
  • An image file to test with (JPEG or PNG)

Steps

  1. Create a service principal — generate the credentials your application will use
  2. Get an access token — exchange credentials for a short-lived JWT
  3. Submit an image for verification — send an image to the detection pipeline
  4. Check the result — poll for the verdict once processing completes

Continue to Create a Service Principal →