Hello Team,
I’m trying to retrieve an image from Figma files using the Figma REST API endpoint. I’m currently using the GET Image API - https://www.figma.com/developers/api#get-images-endpoint to obtain the image URL.
With this API, I’m successfully able to retrieve an image URL that remains valid for 30 days.
I have a couple of questions regarding this:
-
The image URL obtained through this API is public, and I can access the image without requiring any authentication or tokens. Is there a way to enforce authentication for accessing the image?
-
The image URL is valid for 30 days. Is it possible to modify the expiration timestamp?
-
Also, is there any usage limit on using REST API?
Looking forward to your insights.
Thank you!