Rilla API
Export conversations, sync appointments, and receive webhook events.
Export conversations
curl --request POST \
--url 'https://customer.rillavoice.com/export/conversations' \
--header 'Authorization: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"fromDate": "2026-09-01T00:00:00Z",
"toDate": "2026-09-02T00:00:00Z",
"page": 1,
"limit": 50
}'