Three Gates Developer Docs

API Playground

Test Three Gates endpoints interactively with live PHI detection

⚠️ You need to be logged in to use the API playground. Log in or go to dashboard

Select Endpoint

Request Body

Use "new" for a new conversation or existing ID to continue

The user message to send to the AI assistant

Request

cURL Command
curl https://api.threegates.ai/api/ai/chat \
  -X POST \
  -H "Authorization: Bearer YOUR_JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "conversationId": "new",
  "message": "Draft a professional email to schedule a team meeting next Tuesday at 2pm"
}'

Response

Execute a request to see the response