API Documentation

Everything you need to integrate TamgaLabs into your applications.

Quickstart

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!"}]}'

Authentication

All API requests require authentication via API key. Pass your key in the Authorization header.

Chat Completions

Chat completions endpoint for conversational AI models.