AurionAI API Documentation

Everything you need to integrate with AurionAI — tickets, conversations, voice AI, automation, analytics, and more. Explore 20+ guides and the full API reference.

Create a ticket
curl -X POST "https://apps.aurionai.net/api/v1/tickets" \
  -H "X-API-Key: ak_live_xxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "subject": "VPN not connecting",
    "description": "Unable to connect since this morning.",
    "priority": "high"
  }'