Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 792 for

signature curl

(0.09 sec)
  1. Sending PowerPoint and ODP files for translatio...

    How to send PowerPoint and ODP files for translation to the selected languages....Signature Product Solution GroupDocs...possibility to provide your file via cURL, please firstly and pass its...

    docs.groupdocs.cloud/translation/file/request/p...
  2. Upload file | Documentation

    How to upload file to Cloud storage....Signature Product Solution GroupDocs...provide in request body. cURL example curl --location --request POST...

    docs.groupdocs.cloud/rewriter/file/upload/
  3. Hello, world! | Documentation

    Get familiar with GroupDocs.Rewriter Cloud by running a bare minimum example....Signature Product Solution GroupDocs...as or . The article provides cURL examples. 10 minutes of spare...

    docs.groupdocs.cloud/rewriter/hello-world/
  4. Hello, world! | Documentation

    Get familiar with GroupDocs.Translation Cloud by running a bare minimum example....Signature Product Solution GroupDocs...as or . The article provides cURL examples. 10 minutes of spare...

    docs.groupdocs.cloud/translation/hello-world/
  5. Parse by Template Stored in User Storage | Docu...

    This REST API allows extracting document’s fields and tables defined in a template file saved in user storage and specified by template path. The following example demonstrates how to extract data from a source document by a saved template. Here you can see how to parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template Store in User Storage example....Signature Product Solution GroupDocs...has been used in the example. cURL example Request # First get...

    docs.groupdocs.cloud/parser/parse-by-template-s...
  6. Fetching translations | Documentation

    How to fetch the translated text from the GroupDocs.Translation Cloud queue....Signature Product Solution GroupDocs...the of the translation task: curl --request GET --location 'https://api...

    docs.groupdocs.cloud/translation/text/fetch/
  7. Batch of texts classification | Documentation

    Batch classification allows to classify a group of texts (up to 10) in one request. This API retrieves batch classification result for IAB-2, Documents, Sentiment, or Sentiment3 taxonomies. It returns an object that contains information about the best classes for all the texts in the request and their probabilities. See classify/batch request parameters for request’s details. Limitations Only the first 10 texts will be processed. Resource This resource represents a controller for single call batch of texts classification....Signature Product Solution GroupDocs...taxonomies. cURL REST Example for Sentiment3 taxonomy Request curl -v...

    docs.groupdocs.cloud/classification/batch-class...
  8. Supported File Formats | Documentation

    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": "....Signature Product Solution GroupDocs...Formats example. cURL Rest Example Request curl -v "https://api...

    docs.groupdocs.cloud/classification/supported-f...
  9. Security Operations | Documentation

    Add Document Password Protection This REST API allows adding document password protection. API endpoint accepts document storage path as input payload and returns path to the created a password-protected document. The description of the important API parameters is given below: Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage. VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents OutputPath Path to resultant document Required Resource URI HTTP PUT ~/password Swagger UI lets you call this REST API directly from the browser....Signature Product Solution GroupDocs...API directly from the browser. cURL example Request * First get...

    docs.groupdocs.cloud/merger/security-operations/
  10. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. Curl example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Signature Product Solution GroupDocs...resource has been used to get . cURL example Request # First get...

    docs.groupdocs.cloud/viewer/get-document-inform...