Adds a mandatory disclosure to a live conversation’s QA in real-time.
Path Parameters
The unique identifier for the conversation
Request Body
The disclosure text to add to the conversation
Response
Indicates if the disclosure was successfully added
Error Responses
Error message when conversation is not found or already ended
curl -X POST 'https://app.reddy.io/api/v1/live/12345/disclosure' \
-H 'Authorization: Bearer your_api_key' \
-H 'Content-Type: application/json' \
-d '{
"disclosure_text": "This call may be recorded for quality assurance purposes."
}'