Authentication
Authentication
Step 1 — Exchange your static key for a session token
curl -X POST https://api.limy.ai/v1/auth/accesskey/exchange \
-H "Authorization: Bearer <YOUR_STATIC_API_KEY>"{
"keyId": "K3EfyZac4vZdEMC1VIodMSguN5Ro",
"sessionJwt": "eyJhbGciOiJSUzI1NiIs..."
}Step 2 — Call the Limy API with the session token
curl https://api.limy.ai/v1/<endpoint> \
-H "Authorization: Bearer <SESSION_JWT>"Error responses
Status
Meaning
What to do
Last updated