Account and Authentication

Learn about account registration and authentication, discovering where to find your authentication key, and accessing the Aidge API with this guiding document.

Account Registration and Login

Register an Aidge account through the following steps:

1. Visit the www.aidc-ai.com to access the Aidge official website homepage. Click on "Log In" to be directed to the login page.

2. If you do not have an account, you can click on 'Register' on the right side of the login page.

3. Insert the required information to the 'Register' section. After entering your email, you need to obtain a verification code and fill it into the corresponding form.

(Note: You may need to check your "Spam" folder when looking for the verification email.)

4. After completing all the steps, your Aidge account has been successfully created, and you can log in to Aidge to carry out the subsequent steps.

Introduction to AccessKey and AccessKey Secret

The Access Key is the unique identity marker for calling APIs under the Aidge account system, while the Access Secret is the key assigned by the Aidge console to each corresponding Access Key. Both are required parameters in the API call request, with the Aidge console utilizing the corresponding secret key for identity verification.

It is important to keep your keys confidential. You should not use an API Access Key in publicly-distributed code.

Procedures for getting an API Access Key

  1. Log into the Aidge workspace, and enter the 'Access Key' page from the side menu.

  2. If you have not obtained an API Access Key, you can click on the top right corner of the page to create one. The system will assign both an Access Key and Secret to your account upon creation.

  1. The AccessKey and AccessKey Secret are required parameters when calling APIs and must be included in your code snippet (for details, see the development documentation).

  2. Note: Currently, an Aidge account only supports a single Access Key and its corresponding Secret.

Last updated