Skip to main content
GET /api/v1/ping Health/auth check. Returns 200 if the API key is valid.
curl https://api.recnote.ai/api/v1/ping \
  -H "Authorization: Bearer $RECNOTE_API_KEY"
{ "ok": true, "service": "recnote-api", "version": "1" }
401 if the key is missing or invalid.