API Reference
Authentication
Secure authentication is crucial for the safe and effective use of our API. This guide provides detailed instructions on our authentication process.
Our API uses [API Key] for authentication. This method ensures secure access to our services.
Obtaining Authentication Credentials
- Register/Login on tapper.ai.
- Navigate to the
API Keys
section. - Click on
Create
button and follow the instructions on the dialog.
Generated API Key
API key will be displayed only ONCE.
Using Authentication Credentials
Include your credentials in each API request. Here’s an example request:
Replace the <API_KEY> key with your API key, and provide unique name and slug for a link.
Securing Your Credentials
- Never expose your API keys in publicly accessible areas such as GitHub, or client-side code.
- Store your keys securely using environment variables or a secure key management service.
Handling Expired or Compromised Credentials
If your credentials are expired or compromised, immediately delete the compromised key, generate a new API Key, and update your applications accordingly.