...
The result is a JSON object with the properties of the uploaded file.
...
See File object for properties.
Example:
Code Block |
---|
"name": "marketing.docx",
"ext": ".docx",
"translate": false,
"parserId": null,
"domain": null,
"parsers": null,
"pageCount": null,
"sizeKB": 1,
"comments": null,
"ok": true,
"error": null,
"errorLink": null
} |
USING POSTMAN OR CURL
Using Postman, you need to attach the file as follows:
...