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": "....DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT, ODT, OTT Resource The following...Text Format" , "extension" : ".rtf" } ] } SDK example The API is...