This API retrieves document information. It returns an object that contains information about file format, document Pages and file size.
Resource The following GroupDocs.Signature Cloud REST API resource has been used to Get document information.
cURL example Request curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName": "one-page.docx", "extension": "..../ Basic usage / Get Document Information Get Document Information...Information Leave feedback On this page This API retrieves document...