Skip to main content

Hi how can I include the following api curl post in an http caller?

 

curl -X 'POST' \\

 'https://<a domain>/upload' \\

 -H 'accept: text/html' \\

 -H 'Authorization: Bearer <a password>' \\

 -H 'Content-Type: multipart/form-data' \\

 -F 'filter=<a textstring>' \\

 -F 'file=@<a filename>' \\

 -F 'adddata=false' \\

 -F 'type='  

2023-12-13_13h45_24


Reply