Which approach in the Intelligent Automation, supported by the AE RPA, sends lengthy input data to the ML model that must not be readable in the URL of the API?
A. GET
B. POST
C. Both A & B
D. None of the above
Verified Answer
Correct Option -
Anush said
To send lengthy input data to an ML model that should not be readable in the URL of the API, the suitable approach is using the "POST" method. Therefore, the correct option is: