Get Your API Key
Before you can start tracking events, you’ll need to get your API key from the Turret dashboard.Create an Account
Sign up for Turret
Sign up for Turret
Visit the Turret Dashboard and create your account. You’ll get a free tier to start experimenting with event tracking.
Get your API key
Get your API key
Once logged in, you’ll find your API key in the Dashboard. This key will be used to authenticate your requests to the Turret API.
Track Your First Event
Make your first API call
Make your first API call
Use the The
/track endpoint to send your first event. Here’s a simple example:name field describes what happened, and the metadata object contains the free-form text that Turret will analyze.View your data
View your data
After sending a few events, visit your dashboard to see how Turret has automatically clustered your events based on semantic similarity.
Integration Examples
Here are some common ways to integrate Turret into your application:JavaScript/Node.js
Track events from your JavaScript application
Python
Integrate with your Python backend
cURL
Simple HTTP requests for any language
Best Practices
Learn how to structure your events for maximum insight
Next Steps
Now that you’ve tracked your first event, explore these topics:- Understanding Topics - Learn how Turret groups your events
- Tracking Events - Detailed guide on event tracking
- Best Practices - Get the most value from your data
- API Reference - Complete API documentation