Requesting an API Token

To use the RegexSolver API, you first need to obtain an API token, which is essential for authenticating your requests. Follow these steps to request your API token:

  • Create an Account: Visit the RegexSolver Console and sign up for an account.
  • Generate API token: Once logged in, navigate to 'Manage API Tokens' section and click on the 'plus' button on the top right corner of the table. A modal will open and you will have to enter a name for your token that relates to its usage (e.g., development, production) and an expiration time that will give the number of days before your token will stop being usable. You can then click on 'Generate'.
  • Secure Your token: Store your API token in a secure location and never expose it in public repositories or client-side code.