Access to the Rivalz Storage

To access the Rivalz storage service, you need to have an account. This section walks you through the process of creating an account and obtaining the credentials required to access the Rivalz storage service. Follow the step-by-step instructions to get started quickly and easily.

1. Create an account

Refer here to learn How to sign up for an account

If you already have a rivalz.ai account, you can use those credentials to sign in.

2. Get API Secret key

To get your API secret keys:

  1. Open the Rivalz Console: Log in to your Rivalz account and go to the console.

  2. Go to the Profile Tab: Click on "Profile" in the navigation menu.

  3. Find the API Keys Section: In this section, you'll find your API secret key.

  4. Copy the Key: Click the "Copy" button to save the API secret key to your clipboard.

This key is a JWT token, formatted as a string like : eyJhbGciOiJIUzI1NiJ9.eyJpZCI6IjY2ZmI3ZTY...

After obtaining your API secret key, be sure to store it in a secure location. You'll need it to authenticate requests to the Rivalz API.

Last updated