Authentication
All API requests require authentication using your API key. Include it in the Authorization header.
Base URL
https://api.resonatia.ioAPI Key Authentication
Get your API key from the console.
curl https://api.resonatia.io/v1/models \
-H "Authorization: Bearer YOUR_API_KEY"Replace YOUR_API_KEY with your actual API key.
Keep Your API Key Secure
Never commit your API key to version control. Use environment variables or a secrets manager.