Aurion API Documentation
Everything you need to integrate with Aurion — from ticket automation to voice AI. Explore guides, API reference, and code samples.
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"
}'