Skip to main content
POST
/
api
/
webhooks
/
twilio
/
recording
POST /api/webhooks/twilio/recording
curl --request POST \
  --url https://api.example.com/api/webhooks/twilio/recording

Documentation Index

Fetch the complete documentation index at: https://docs.renchi.ai/llms.txt

Use this file to discover all available pages before exploring further.

  • POST /api/webhooks/twilio/recording * Handles recording status updates from Twilio. Called when a recording is completed or fails.

Response

Returns unknown on success.

Example

curl -X POST https://your-domain.com/api/webhooks/twilio/recording \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_TOKEN"