Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 10,446 for

json

(0.07 sec)
  1. Arrow Annotation | Documentation

    Arrow annotation draws an arrow on the document. 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 Linux/MacOS/Bash # Get Json Web Token # Place your client credentials in the environment variables CLIENT_ID and CLIENT_SECRET....example Linux/MacOS/Bash # Get JSON Web Token # Place your client..." \ -H "Accept: application/json" # Add annotation to a document...

    docs.groupdocs.cloud/annotation/arrow-annotation/
  2. 5. Convert to Presentation Document Formats | D...

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Presentation Document Formats and returns the output document storage URL and also support to get result as a stream. Convert to Presentation Formats You can convert the supported document formats to Presentation Document Formats and get the Storage URL Output**.** Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Slides format example....0/conversion" \ -H "accept: application/json" \ -H "authorization: Bearer...-H "Content-Type: application/json" \ -d '{ "Storage": "MyStorage"...

    docs.groupdocs.cloud/conversion/convert-to-pres...
  3. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/Json" \ -H "Accept: application/Json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FilePath": "annotationdocs/one-page.docx" }' Windows PowerShell curl.exe -v "https://api.groupdocs.cloud/v2.0/annotation/info" ` -X POST ` -H "Content-Type: application/Json" ` -H "Accept: application/Json" ` -H "Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'annotationdocs/one-page....application/json" \ -H "Accept: application/json" \ -H "Authorization:...application/json" ` -H "Accept: application/json" ` -H "Authorization:...

    docs.groupdocs.cloud/annotation/get-document-in...
  4. 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...
  5. GroupDocs.Conversion Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....українська Polski Convert CSV to JSON and JSON to CSV in Java CSV (Comma...complex data and data hierarchies. JSON (JavaScript Object Notation)...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  6. Convert document async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Start convert operation and get operation ID Get operation status After get “Finished” status, download converted document from storage Steps 1 and 4 are storage operations, please refer to this for usage details. Resource URI HTTP POST ~/conversion/async Swagger UI lets you call this REST API directly from the browser....Linux/MacOS/Bash # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # Convert document curl -v...

    docs.groupdocs.cloud/conversion/convert-documen...
  7. Update QR-Code signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....example Linux/MacOS/Bash # Get JSON Web Token # Place your Client..." \ -H "Accept: application/json" # Get document information...

    docs.groupdocs.cloud/signature/update-qr-code-s...
  8. Search Digital Signature | 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 Digital signatures in supported document formats. It provides method to search Digital Signature in Document Pages with different options by using Search Options Object data in request body. Search Digital Signature You can search Digital Signature on Document provided by fileName and document folder (if required) using following API....--header "Content-Type: application/json" \ --data '{ "documentPageNumber":...-header "Content-Type: application/json" ` - -data "{ 'documentPageNumber':...

    docs.groupdocs.cloud/signature/search-digital-s...
  9. Resource redaction Annotation | Documentation

    Resource redaction annotation fills black rectangle with fixed position (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 Linux/MacOS/Bash # First get Json Web Token # Replace CLIENT_ID and CLIENT_SECRET with your own credentials....Linux/MacOS/Bash # First get JSON Web Token # Replace CLIENT_ID..." \ -H "Accept: application/json" # cURL example to add annotation...

    docs.groupdocs.cloud/annotation/resource-redact...
  10. Image Annotation | Documentation

    Image annotation allows to add image within document page 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 Linux/MacOS/Bash # Get Json Web Token # Place your client ID and client secret in the environment variables CLIENT_ID and CLIENT_SECRET....example Linux/MacOS/Bash # Get JSON Web Token # Place your client..." \ -H "Accept: application/json" # Add annotation into document...

    docs.groupdocs.cloud/annotation/image-annotation/