Authentication

Getting started with Taggun is easy. Follow these steps to obtain your API key and start integrating powerful receipt processing capabilities.

1. Sign Up for a Taggun Account

Create a Taggun account by visiting taggun.io/register.


2. Receive Your API Key

After signing up, we'll automatically generate your API key and send it to your registered email address.

It looks something like this: **abcdef123456789abcdef123456789**

This process is typically instant - but may take up to a few minutes. If you don't see it in your inbox, please check your spam folder.


3. Store Your API Key Securely

Your API key is the gateway to our services, so it's crucial to keep it secure. Never share it publicly or commit it to version control systems.


Best Practices for API Key Management

  • Use environment variables to store your API key in your application.
  • Create different API keys for development and production environments.
  • Regularly rotate your API keys for enhanced security.

What’s Next