Set externally uploaded file field through API

Hello! How can I set externally uploaded file field through API? This is what I managed to get, but the main problem is that 'url' is prefixed with XANO domain

{   'path': 'https://cdn-api-dev.jetadmin.app/media/static_files/projects/test_1251/slideout_TBlx6gL.svg',   'name': 'slideout_TBlx6gL.svg',   'type': 'image',   'size': 0,   'mime': 'image/svg+xml',   'meta': {},   'url': 'https://x8ki-letl-twmt.n7.xano.iohttps://cdn-api-dev.jetadmin.app/media/static_files/projects/test_1251/slideout_TBlx6gL.svg' } 


5 replies