Projects
Download project files
Every file in the project as one gzipped tar.
GET
https://cloud.generalinput.com/v1/projects/:id/files/bundleAuthenticationRequires
projects:manage on a personal API key. A CLI session always passes.The response body is the archive itself (Content-Type: application/gzip, Content-Disposition: attachment), not JSON.
Example
curl -s "https://cloud.generalinput.com/v1/projects/proj_01HX/files/bundle" \
-H "Authorization: Bearer $GI_API_KEY" | tar -xz -C ./project-files