Hello,
we have a couple projects in production that use this endpoint to retrieve images from a particular Figma document.
Up until yesterday, everything was working as expected. We recovered the node ID of the element containing the Image and then we used the endpoint (GET /v1/images/:key?ids=1:2,1:3,1:4) to recover them.
Yesterday morning we received a message from our clients saying that the images for their project were not being added correctly. We started testing and realised that the endpoint was returning the following message:
status: 200,
{
"err": null,
"images": {
"I1111:56472;2:2936": null
}
}
We spend the day testing and we believe that it happens when you try to recover an image from a Copy or instance of an original element. We basically create a copy or instance of original components to form a newsletter, edit the content (texts, images) and then recover information from them.
It was working correctly for months up until yesterday, so what changed? We can’t retrieve images from an instance anymore? I don’t see any info related to this nor any updates to documentation.
Thanks.