Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 588 for

classification curl

(0.04 sec)
  1. Sending PDF files for translation | Documentation

    How to send PDF files for translation to the selected languages....Classification Product Solution Purchase...possibility to provide your file via cURL, please firstly and pass its...

    docs.groupdocs.cloud/translation/text/request/pdf/
  2. Working with Annotations | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 GroupDocs.Annotation Cloud API provides annotation data from supported file formats as AnnotationInfo Object. Object fields AnnotationInfo object fields Field Name Type Description guid string The unique identifier of annotation. documentGuid long The unique identifier of document. text string The text of the annotation. creatorGuid string The annotation creator unique identifier. creatorName string The annotation creator name....Classification Product Solution Purchase...been used to get . cURL example Request curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/annotation/working-with-an...
  3. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Metadata Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name Curl example Request Curl -X GET "https://api.groupdocs.cloud/v1.0/metadata/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Classification Product Solution Purchase...storageName Storage name cURL example Request curl -X GET "https://api...

    docs.groupdocs.cloud/metadata/working-with-stor...
  4. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find the folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Editor Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs expose....Classification Product Solution Purchase...default storage used cURL example Request curl -X GET "https://api...

    docs.groupdocs.cloud/editor/working-with-folder/
  5. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find the folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Watermark Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs expose....Classification Product Solution Purchase...default storage used cURL example Request curl -X GET "https://api...

    docs.groupdocs.cloud/watermark/working-with-fol...
  6. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not....Classification Product Solution Purchase...API directly from the browser. cURL example Request * First get...

    docs.groupdocs.cloud/merger/get-document-inform...
  7. Extract Text From The Whole Document | Document...

    This REST API allows extracting text from the whole document by default. You need to specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract text from the whole document example. Curl example The following example demonstrates how to extract text from the whole document. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Classification Product Solution Purchase...has been used in the example. cURL example The following example...

    docs.groupdocs.cloud/parser/extract-text-from-t...
  8. Extract Metadata By Property Name | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties to extract by name. Curl example The following example demonstrates how to extract metadata information from all properties that have “Date” string in names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. Curl -v "https://api....Classification Product Solution Purchase...properties to extract by name. cURL example The following example...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  9. Get Supported File Types | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Parser Cloud product. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the get supported file types example. HTTP POST ~~/formats Curl example The following example demonstrates how to get supported file types. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....Classification Product Solution Purchase...example. HTTP POST ~~/formats cURL example The following example...

    docs.groupdocs.cloud/parser/get-supported-file-...
  10. Extract Metadata By Tag | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties by exact tag and category name. Curl example The following example demonstrates how to extract metadata information from all properties with Created tag. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. Curl -v "https://api....Classification Product Solution Purchase...exact tag and category name. cURL example The following example...

    docs.groupdocs.cloud/metadata/extract-metadata-...