Quick Start

Authentication Overview

To use the platform, you need to authenticate using the Register or Login API to obtain a token that will expire in 7 days.

Register or Login

Call the authentication endpoint to create an account or log in:

  • Register: Create a new account with your credentials
  • Login: Access your existing account

Upon successful authentication, you will receive an access token that is valid for 7 days.

Store Your Token

Save the token securely. You'll need it for all subsequent API requests:

Authorization: Bearer YOUR_TOKEN_HERE


Did this page help you?