interview-realtime

Set Public Anonymity Selection

Persist the participant's own privacy pick before the conversation starts.

The pick lands in the conversation's anonymity_level snapshot — the same column stamp_conversation_anonymity would fill at start, so every per-conversation gate downstream honors it without new code paths. The campaign level acts as a floor: combining means a participant can only add protections, never remove one the organizer promised everybody.

post/v1/interview/session/{session_id}/anonymity-selection

Path parameters

session_idstring required

Query parameters

tokenstring nullable

Request body

anonymity_levelstring nullable

Response

Successful Response

anonymity_levelstring required
selected_anonymity_levelstring nullable
record_audioboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.