Fetch full svg through Images endpoint

Hi, currently I’m working on a project that takes de JSON file and the SVGs and apply some logic to them. I’m having a issue related when a frame in figma has the clip content option checked, when this happens I get the clipped content version but I really need the non clipped version always whatever the status of the "clip content " option.

For example on a scrolleable design the main frame with clip content true, may have a child that is not visible but on the prototype view I can access to this child after an interaction like a drag. But when I use the REST API images endpoint I cant’ get this child as SVG, I only get the visible part of the main frame.

There is any option that I can use to fetch the full svg version?
The “use_absolute_bounds” query parameter seem not to be working for me.

Thanks.