GroupDocs.Classification Cloud REST API support to classify several documents formats such as:
Classification From:
Portable Document Format: PDF
Documents: DOC, DOCX, DOCM, DOT, Dotx, DOTM, RTF, TXT, ODT, OTT
Resource The following GroupDocs.Classification Cloud REST API resource has been used in the Supported File Formats example.
cURL Rest Example Request
curl -v "https://api.groupdocs.cloud/v1.0/classification/formats" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer [Acccess Token] Response
{ "formats": [ { "fileFormat": "Microsoft Word", "extension": "....Documents: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT, ODT, OTT Resource..."Microsoft Word" , "extension" : ".dotx" }, { "fileFormat" : "OpenDocument"...