Question
How to upload one or more files to the FlexiCapture 12 Cloud via REST API?
Answer
Files can be added when performing a request using Postman, via code.
The request body is multipart/form-data. The files will be added to the form-data body as file keys.
Below is the corresponding request for reference:
Comments
0 comments
Please sign in to leave a comment.