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 +
| Method | POST |
| Path | /api/zeq/llm/test |
| Auth | public (no key) |
| Group | Agents · 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.