Skip to main content

POST /api/zeq/llm/test

MethodPOST
Path/api/zeq/llm/test
GroupZeq Llm
AuthAuthorization: Bearer zeq_ak_<key> (API key) — or an authenticated session
Sourceshared/api-core/src/routes/zeqLlm.ts

Call it

curl -X POST https://zeqsdk.com/api/zeq/llm/test \
-H "Authorization: Bearer zeq_ak_<key>" \
-H "Content-Type: application/json" \
-d '{"provider":"…","api_key":"…","base_url":"…","model":"…"}'

Pass an zeq_ak_ API key as a Bearer token (as shown above), or call it from an authenticated session.

Reference