icon united statesen

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.

  1. Sign up for an account and obtain your API Key from the dashboard.
  2. Include your API Key in the Authorization header of each request:
  3. 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
Developer | Taggoai