Does the BigFix API support the File Pre-Cache Wizard?

Is there a way to pre-cache files for a specific custom site using the File Pre-Cache Wizard through the BigFix API?

Thanks

All the wizard does is create an Action that is meant to target Relays and the BigFiix Server. Take a look at the output of the wizard and use it as a model for the creating the inputs for your API.

Created a custom application, which does the same…

You can pull out the prefetch statements from the fixlets and create your own fixlet and deploy that via an API call.