I have a trained public purchase order endpoint and I would like to pull data directly through the API, but I can’t find how the request body should be, I tried using a base64 format pdf file in body but it doesn’t work.
I tried with a binary file and content type as application/pdf through postman but it does not work, it returns method not allowed 405, knowing that I am using a public ML Skill endpoint and not a DU extractor.