Learn how to authenticate with the KrosAI API
Authorization
curl https://api.krosai.com/v1/completions \ -H 'accept: application/json' \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "prompt": "Your prompt here" }'