Skip to main content
Solved

Figma REST API File Rendering

  • October 24, 2023
  • 6 replies
  • 990 views

I am building an application where designers can showcase their Figma Projects by connecting their Figma account with the application so I need to fetch the Figma file data and render it on my application and show the designs.
Any fellow member has done this kind of thing? Know someone who did? Would like to give some suggestions for it?

Best answer by tank666

Add page node IDs to the query parameter.

This topic has been closed for replies.

6 replies

Gleb
  • Power Member
  • October 24, 2023

  • Author
  • October 24, 2023

The Image looks like a screenshot of the whole node, which makes it hard to show good-quality pages on my application.


Gleb
  • Power Member
  • October 24, 2023

What makes it look “like a screenshot”? Yes, it’s the image of the node, what else do you need?


  • Author
  • October 24, 2023

This is the Image of one of the Projects: https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/21ddb371-39f0-4ed5-b483-7f6a5acd0877.
Showing the individual pages doesn’t seem feasible because I am thinking of showing pages 1 by 1 but with the Images API, it’s all one page.
Is there any other way to get the individual pages?


tank666
  • Answer
  • October 24, 2023

Add page node IDs to the query parameter.


  • Author
  • October 25, 2023

Thanx, Yup it works.