Follow these steps to start using KrosAI’s API for English-Yoruba translations and conversations.
Last updated 4 months ago
Create an account at
Navigate to the API Keys section
Generate a new API key
Copy and securely store your API key
Here’s a simple example using cURL to translate text from English to Yoruba:
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": "Translate to Yoruba: Hello, how are you?", "model": "KrosMLingual1.0.1" }'