Transform Customer Interactions with AI

Trillet AI provides a powerful REST API to create human-like voice and messaging experiences at scale. Our platform combines state-of-the-art language models with advanced voice synthesis to enable natural conversations across multiple channels.

Core Features

Getting Started

  1. Sign up for an API key at app.trillet.ai
  2. Follow our Quick Start Guide to make your first API call
  3. Explore our API Reference for detailed endpoint documentation

API Integration Examples

# Create an AI agent
curl -X POST https://api.trillet.ai/api/v1/agents \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Sales Assistant",
    "llmModel": "gpt-4",
    "ttsModel": {
      "provider": "openai",
      "voiceId": "alloy"
    }
  }'

Resources