How to Create an Account
Navigate to the Categorization.dev Dashboard and simply follow the steps to log in or create a new account.Retrieving a Token
After you’ve logged in to the dashboard, follow these steps to get a token:- Click API Keys.
- Select New.
- Assign a name for the token. This helps in future referencing. You can also add notes to describe its use-case, then select Save.
Testing the Token
Once you have your token, you can test it using the Terminal. Set up the environment by entering and executing the following command. Replace<TOKEN> with the token you’ve copied from the Categorization.dev dashboard:
Keep in mind that most examples in this documentation assume that you have set the
$CATEGORIZATIONAPI_TOKEN variable.