Interview recording (original)
API version
Select a version to change the base URI
in syntax and code examples. Learn about versions:
in syntax and code examples. Learn about versions
Represents a single recorded answer to an interview question (binary data).
URI
/api/v10/interviews/ID/responses/ID/downloadGET Download a recorded answer
Download the recorded answer to a specific interview question (binary data).
Syntax
GET /api/v10/interviews/123/responses/1/download
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"Response headers
| Header | Value | Description |
|---|---|---|
Content-Type | video/webm | The media type of the resource |
Response codes
| Response code | Description |
|---|---|
200 OK | The recorded answer was successfully retrieved |
404 Not Found | The interview does not have this response |