As part of our organisation roadmap, we need our organisation data to be backed up in our inhouse server at a regular interval. We are working to take the backup of Figma files along with respective projects.
We have explored the Figma API documentation (https://www.figma.com/developers/api#get-files-endpoint), where we need to manually add the file key in the api (GET/v1/files/:key), which is not ideal solution and even after adding the key, we are getting response in json format, not the file.
Could you please suggest a way how we can take incremental backup of Figma files along with respective projects? Is there any option available to Export/Download all of our Figma files?