TaggoAI Developer API
Empower your AI chatbot deployment. Explore the TaggoAI REST API for contacts, tickets, and integrations.
API Documentation
getting started
Authentication
To use our API, you need to authenticate your requests using an API Key.
- Sign up for an account and obtain your API Key from the dashboard.
- Include your API Key in the Authorization header of each request:
- X-API-KEY: YOUR_API_KEY
curl -X GET "/v2/contact" \
-H "x-api-key: YOUR_API_KEY"
Base URL
All API requests should be made to:
https://api.taggoai.com