cURL
curl --request GET \
--url https://davinci-app.com/api/v2/programmatic/projects/{projectId}/files/{fileId} \
--header 'Authorization: Bearer <token>'"<string>"Projects
Download a project file
Returns raw file bytes with content headers forwarded from Design Engine. Successful download responses are not wrapped in the JSON success envelope used by other project read endpoints.
GET
https://davinci-app.com
/
api
/
v2
/
programmatic
/
projects
/
{projectId}
/
files
/
{fileId}
cURL
curl --request GET \
--url https://davinci-app.com/api/v2/programmatic/projects/{projectId}/files/{fileId} \
--header 'Authorization: Bearer <token>'"<string>"Documentation Index
Fetch the complete documentation index at: https://docs.davinci-app.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Personal access token. Programmatic reads require the projects:read scope.
Path Parameters
Project id. May be compound in the form {projectId}--{branchName}.
Minimum string length:
1Reference object id or storage filename.
Minimum string length:
1Query Parameters
Response
Raw file bytes. This response is not a JSON envelope.
The response is of type file.
⌘I