BigFix API - how to feed scan results xml on server

I have scanned software of my container image and have output report file with scan results.
I used command:
/opt/tivoli/cit/bin/wscansw -s -i /var/opt/BESClient/LMT/CIT/catalog.xml -o /var/log/BFI/catalog_scan.xml -e /var/log/BFI/catalog_scan_CIT_warnings.log

now I want to post/feed that report file to BigFix server either through API or other method.
please advice.

is there any way to upload result of such scan? is there an API for that?