Skip to main content

POST /api/zeq/llm/test

MethodPOST
Path/api/zeq/llm/test
GroupZeq Llm
Authsession cookie
Sourceshared/api-core/src/routes/zeqLlm.ts

Call it

curl -X POST https://zeqsdk.com/api/zeq/llm/test \
-H "Content-Type: application/json" \
-d '{}'

Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.

Reference