Audio recording is typically handled by the Credentials Portal web app. These endpoints are documented for advanced integrations.
Upload an audio chunk
Example:
Finalize a recording
string
required
The recording session ID used when uploading chunks.
string
required
The person (candidate) ID this recording belongs to.
string
required
The interview record ID to attach the audio to.
object
required
Display name for the recording:
{ "en": "Interview recording" }Transcribe audio
string
required
The URL of the audio file to transcribe (must be accessible to the server).
string
required
The person ID (used to store the transcript on the interview record).
string
required
The interview ID to store the transcript on.
string
required
The recording ID to store the transcript under.
Summarize a transcript
string
required
The full transcript text to summarize.
string
required
The person ID.
string
required
The interview ID to store the summary on.
string
required
The recording ID to store the summary under.