Spinnaker SDK is a dependency of Vicon Nexus, an app used for motion capture and resultant research within my organisation.
Please consider adding this software to your automation platform.
The below PS script will enumerate their storage to scrape for new versions.
0..800|%{$id=74300+$_-1;$url="https://flir.netx.net/file/asset/$id/original/attachment";try{$r=Invoke-WebRequest -Uri $url -Method Head;Write-Host "$id : $($r.Headers.'Content-Disposition')"}catch{Write-Host "$id : ERROR"}}