API Explorer | Qolaba API Documentation
Header Parameters
Body Parameters
cURL
curl --location 'https://qolaba-server-b2b.up.railway.app/api/v1/chat/completions' \
--header 'Authorization: Bearer {token}' \
--header 'Content-Type: application/json' \
--data '{
"model": "google/gemini-2.5-flash",
"messages": [\
{\
"role": "user",\
"content": "What is the capital of France?"\
}\
],
"stream": false
}'