Skip to main content

Update Audio Type

PUT 

/v1/audios/{audio_id}/audio-type

Set the declared recording type (not a file format).

generic is a generic recording (no stance pass). contact_center_call marks a support/sales call so speaker roles and stance analysis can apply. Owner or a caller holding media:write. Audio must be completed.

A call uploaded as video starts generic on the companion audio; PUT this audio id after processing completes — POST /v2/videos does not take audio_type. POST /v1/audios also has no audio_type field; v1 uploads must use this PUT to tag. llm_audio_policy is not client-writable; it is restamped from the workspace setting. Reverting to generic clears stored stance.

Request

Responses

Successful Response