Interview recording (MP4)

Represents a single recorded answer to an interview question in the MP4 format.

URI
/api/v10/interviews/ID/responses/ID/download/mp4

GET Download a recorded answer

Download the recorded answer to a specific interview question in the MP4 format.

Syntax
GET /api/v10/interviews/123/responses/1/download/mp4
Host: apply.example.edu
Authorization: DREAM apikey="..."

Example request

Request
curl
curl \
  -X GET \
  -H "Authorization: DREAM apikey=\"YOUR-API-KEY\"" \
  "https://apply.example.edu/api/v10/interviews/123/responses/1/download/mp4"

Response headers

HeaderValueDescription
Content-Typevideo/mp4The media type of the resource

Response codes

Response codeDescription
200 OKThe recorded answer was successfully retrieved
404 Not FoundThe interview does not have this response

See Also