Uploaded files

Download all files uploaded by respondents for a form

get
https://api.typeform.com/forms/{form_id}/responses/files

Download a zip archive containing all files uploaded by respondents for the specified form ID. The zip file will contain files in a separate folder for each response. This endpoint requires your personal access token.

Request

Path Parameters

form_id
string, required

Unique ID for the form. Find in your form URL. For example, in the URL "https://mysite.typeform.com/to/u6nXL7" the form_id is u6nXL7.

Response

Status

200 OK, with file contents inline

Example

null