Skip to main content

Overview

Welcome to the Cloudgeni API reference. This section provides detailed information about our API endpoints.

Authentication

All API endpoints are authenticated using a hybrid system of Clerk JWT tokens and API keys. Please refer to the Authentication & Authorization guide for more details.
"security": [
  {
    "bearerAuth": []
  }
]