Authentication
Get Your API Key
How to Create an API Key
Using Your API Key
curl 'https://cloud.vtrix.ai/llm/chat/completions' \
-H "Authorization: Bearer YOUR_API_KEY" \
-H 'Content-Type: application/json' \
-d '{
"model": "vtrix-gpt-5",
"messages": [{"role":"user","content":"hello"}]
}'API Key Security
Best Practices
Last updated