Skip to main content

POST /api/llm/key

: authenticateKey required — this endpoint accepted unauthenticated POSTs from any internet caller and stored a provider key in process memory. Now requires a valid Bearer zeq_ak_ key OR

MethodPOST
Path/api/llm/key
Authpublic (no key)
GroupAgents · Llm Gateway

Request

curl -X POST https://zeqsdk.com/api/llm/key \
-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.