API Keys

Your API Keys

Loading API keys...
How to use API keys
Add the X-API-Key header to your requests:
curl https://workspace.dat.inf.unideb.hu/api/llm/v1/chat/completions \
  -H "X-API-Key: sk-your-key-here" \
  -H "Content-Type: application/json" \
  -d '{"messages": [{"role": "user", "content": "Hello"}]}'