Skip to main content

POST /api/zeq/llm/test

POST /test — test a credential without storing Useful for the admin frontend's "Verify key" button. Sends a tiny "ping" prompt; returns provider response shape so users see whether their key +

MethodPOST
Path/api/zeq/llm/test
Authpublic (no key)
GroupAgents · Zeq Llm

Request

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

Generated from the node's own route registry (GET /api/endpoints) — this path is live.