Authentication
Create an API key in the console and send it via the Authorization header.
curl -X POST https://api.tunio.ai/v1/auth \
-H "Content-Type: application/json" \
-d '{"email":"you@example.com","password":"secret"}'Never commit your token to public repositories.