> ## Documentation Index
> Fetch the complete documentation index at: https://docs.verify-group.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update session with uploaded audio file details

> Attach uploaded audio file details to a voice interview session so backend processing can begin transcription and fraud analysis on the recording.

<ParamField path="sessionId" type="string" required>
  Session ID
</ParamField>

<ParamField body="audioUrl" type="string" required>
  URL of the uploaded audio file
</ParamField>

<ParamField body="durationSeconds" type="number" required>
  Duration of the recording in seconds
</ParamField>
