Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 9,732 for

json

(0.03 sec)
  1. Hello, world! | Documentation

    Get familiar with GroupDocs.Translation Cloud by running a bare minimum example....Cloud API with parameters in JSON format in the body: curl --location...--header 'Content-Type: application/json' \ --header 'Authorization:...

    docs.groupdocs.cloud/translation/hello-world/
  2. Working with Verify Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify multiple signatures in a document. For example, you can verify whether a document contains Text and Barcode Signatures at same time. To verify list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options....header 'content-type: application/json' \ -- data '{ "items": [ { "barcodeTypeName":...header 'content-type: application/json' \ -- data '{ "items": [ { "barcodeTypeName":...

    docs.groupdocs.cloud/signature/working-with-ver...
  3. Upload file | Documentation

    How to upload file to Cloud storage....--header 'Content-Type: application/json' \ --F "path=@/path/to/myfile...

    docs.groupdocs.cloud/rewriter/file/upload/
  4. REST API Overview | Documentation

    This document outlines the design of a REST-based API for GroupDocs Cloud, it covers both the structure of REST URLs as well as specific behavior linked to the API such as Authentication, Request Queuing, and Storage. The GroupDocs Cloud API will give developers access to all the key functions of the downloadable GroupDocs components through a Software as a Service hosted model. There will be 3 sub-components within the API design (although these are largely transparent to the end-user);...possible to get the response in JSON format by setting Content-Type...Content-Type to application/json . Accompanying the REST API will be Client...

    docs.groupdocs.cloud/total/overview-rest-api/
  5. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Translation Cloud API requests....access_token property of the response JSON and will be valid for the number...expires_in property of the response JSON. If it has expired, request...

    docs.groupdocs.cloud/translation/authorization/
  6. Compare sensitivity | Documentation

    GroupDocs.Comparison Cloud allows to adjust comparison sensitivity to achieve the necessary balance between file comparison speed and accuracy. Possible comparison sensitivity values range is from 0 to 100. Minimal value - the minimal value is 0. Setting sensitivity to a minimal value provides the fastest comparison speed, but it may produce worst comparison quality. If there is at least one common letter in two compared words then these words will not be treated as fully inserted and deleted Value by default - the default value is 75....example Request * First get JSON Web Token * Please get your..." \ -H "Accept: application/json" * cURL example to get document...

    docs.groupdocs.cloud/comparison/compare-sensiti...
  7. Text redaction Annotation | Documentation

    Text redaction annotation fills part of text with black rectangle (used if you want to hide some text) API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get Json Web Token // Please get your Client Id and Client Secret from https://dashboard....example Request // First get JSON Web Token // Please get your... \ - H "Accept: application/json" // cURL example to add annotation...

    docs.groupdocs.cloud/annotation/text-redaction-...
  8. Convert PDF to PowerPoint | PDF to PPT | PDF to...

    Seamlessly convert PDF to PowerPoint presentations using C# .NET. Save PDF to PPT online. Free PDF to PPTX Converter....POST \ -H "accept: application/json" \ -H "authorization: Bearer...-H "Content-Type: application/json" \ -d "{ \"StorageName\": \"internal\"...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  9. Working with Search Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search multiple signatures in a document. For example, you can search whether a document contains Text and Barcode Signatures at same time. To search list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....header 'content-type: application/json' \ -- data '{ "items": [ { "barcodeTypeName":...header 'content-type: application/json' \ -- data '{ "items": [ { "barcodeTypeName":...

    docs.groupdocs.cloud/signature/working-with-sea...
  10. classify Request Parameters | Documentation

    Parameter In Type Comment body BaseRequest Document’s description (string) and/or document’s info. BestClassesCount url (Optional) string (“1”, “2”, “3”,..) Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) Balance between precision and recall. BaseRequest Model: BaseRequest { description (string, optional), document (FileInfo, optional) } FileInfo { folder (string, optional), name (string, optional), password (string, optional) } Examples: Json...string , optional ) } Examples: JSON { "description" : "File description...

    docs.groupdocs.cloud/classification/classify-re...