Everything you need to integrate TamgaLabs into your applications.
Get started with TamgaLabs API in minutes. All endpoints are OpenAI-compatible.
curl https://api.tamgalabs.tr/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5","messages":[{"role":"user","content":"Hello!"}]}'
All API requests require authentication via API key. Pass your key in the Authorization header.
Chat completions endpoint for conversational AI models.