Skip to main content
GET
/
interview
/
recording
Get interview recording
curl --request GET \
  --url https://public.api.micro1.ai/interview/recording \
  --header 'x-api-key: <api-key>'
{
  "status": true,
  "video_url": "<string>"
}

Authorizations

x-api-key
string
header
required

API key to access the API

Query Parameters

report_id
string

Main report ID for the completed interview

candidate_id
string

ID of the candidate

Response

Payload from the interview recording service

Interview recording URL when available

status
boolean
required

True when video_url is present

video_url
string<uri>
required

HLS playlist or video URL for the interview screenshare recording