Skip to main content

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?

Just render and image?


https://www.figma.com/developers/api#get-images-endpoint


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


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


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?


Add page node IDs to the query parameter.


Thanx, Yup it works.


Reply