Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 8,985 for

json

(0.1 sec)
  1. Sending texts for translation | Documentation

    How to send texts for translation to the selected languages....translation parameters are provided in JSON format in the request body....successful, this method returns JSON with a unique identifier (value...

    docs.groupdocs.cloud/translation/text/request/
  2. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook storages. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. FileInfo.Password The password to open file It should be specified only for password-protected documents.... Request # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to join several...

    docs.groupdocs.cloud/parser/get-container-items...
  3. Extract Images from the Whole Document | Docume...

    This REST API allows extracting images from the whole document by default. Document could be a file of any supported formats.You need to specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract image 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.... Request # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to join several...

    docs.groupdocs.cloud/parser/extract-images-from...
  4. Document Information | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 Get Document Information for HTML Representation This API retrieves document information. It returns an object that contains information about file format and file size. It also Includes information about document pages and attachments The following GroupDocs.Viewer Cloud REST API resource has been used to get document information(HTML representation). cURL example Request curl -v "https://api.groupdocs.cloud/v1/viewer/Test.msg/html/info" \ -X GET \ -H "Content-Type: application/Json" \ -H "authorization: Bearer [Access Token]" Response { "fileName": "Test....-H "Content-Type: application/json" \ -H "authorization: Bearer...-H "Content-Type: application/json" \ -H "authorization: Bearer...

    docs.groupdocs.cloud/viewer/document-information/
  5. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud... Convert CSV to JSON and JSON to CSV in Java CSV (Comma...complex data and data hierarchies. JSON (JavaScript Object Notation)...

    blog.groupdocs.cloud/groupdocs.cloud/page/17/
  6. Extract Images from a Document Inside a Contain...

    This REST API allows extracting images from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract images from a document inside a container example. cURL example The following example demonstrates how to extract images from a container item. Request # First get Json Web Token # Please get your Client Id and Client Secret from https://dashboard.... Request # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to join several...

    docs.groupdocs.cloud/parser/extract-images-from...
  7. Documents Classification | Documentation

    This API retrieves document classification result for IAB-2 taxonomy or Documents taxonomy. It returns an object that contains information about the best class and its probability and about probability of other classes. See Classify request parameters for request’s details. Resource This resource represents a controller for single call document classification. Classify document with taxonomy. Set taxonomy parameter to “default” for IAB-2, set to “documents” for Documents taxonomy, or set to “sentiment” or “sentiment3” for Sentiments taxonomies....-H "content-type: application/json" -X POST -d '{ "document": {"folder":...-H "content-type: application/json" -X POST -d '{ "document": {"folder":...

    docs.groupdocs.cloud/classification/documents-c...
  8. Plain Text Rewriting | GroupDocs.Rewriter Cloud...

    Rewrite Plain Text API This API allows you to rewrite (or paraphrase) plain text from your request. API Explorer GroupDocs.Rewriter Cloud API Reference lets you try out Rewrite Document 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 userRequest String that represents list of Jsons precised in Json Request Details....represents list of JSONs precised in JSON Request Details . Required...-H "Content-Type: application/json" \ -d "'[{\"language\": \"en\"...

    docs.groupdocs.cloud/rewriter/plain-text-rewrit...
  9. GroupDocs.Clouds on Document Automation REST AP...

    GroupDocs.Clouds on Document Automation REST APIs | GroupDocs Cloud Recent content in GroupDocs.Clouds on Document Automation REST APIs | GroupDocs Cloud Convert MPP to Excel | Export MS Project to......Converter Convert JSON to HTML in C# .NET - JSON to HTML Converter...Converter How to convert JSON to HTML using C# .NET. Our step-by-step...

    blog.groupdocs.cloud/groupdocs.cloud/index.xml
  10. 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....example Request * First get JSON Web Token * Please get your..." \ -H "Accept: application/json" * cURL example to get document...

    docs.groupdocs.cloud/merger/security-operations/