cURL
curl --request POST \ --url https://api.gumloop.com/api/v1/download_files \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "file_names": [ "<string>" ], "run_id": "<string>", "user_id": "<string>", "project_id": "<string>", "saved_item_id": "<string>" }'
This response does not have an example.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Files downloaded successfully as a zip
The response is of type file.
file