Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 8,573 for

json

(0.1 sec)
  1. GroupDocs.Storage Cloud has been Discontinued %...

    GroupDocs.Storage Cloud has been discontinued as a separate product. Its storage features are now available as micro-services in every GroupDocs Cloud API....application/json" \\ -H "Accept: application/json" \\ -H "authorization:... \\ -H "accept: application/json" \\ -H "authorization: Bearer...

    blog.groupdocs.cloud/total/groupdocs.storage-cl...
  2. Authenticating API Requests | Documentation

    There is only one way to authenticate GroupDocs Cloud REST APIs: by using OAuth 2.0 protocol with JWT Bearer Token. The JWT token is extracted and validated by our APIs from the Authorization request header. OAuth 2.0 OAuth 2.0 is an authorization framework that enables your applications to obtain access to data to different APIs. OAuth provides authorization flows for web and desktop applications, and mobile devices. What is a Json Web Token (JWT)?... What is a JSON Web Token (JWT)? A JSON Web Token is used...comprises a compact and URL-safe JSON object, which is cryptographically...

    docs.groupdocs.cloud/total/authenticating-api-r...
  3. C#: Convert HTML to Word | HTML to DOC | HTML t...

    Transform HTML content into DOCX format using our step-by-step guide. Easy and simple HTML to Word conversion tutorial enabling you to export web to Word...POST \ -H "accept: application/json" \ -H "authorization: Bearer...-H "Content-Type: application/json" \ -d "{ \"StorageName\": \"default\"...

    blog.groupdocs.cloud/conversion/convert-html-to...
  4. Java: Convert MPP to Excel | Export MPP to XLS ...

    Learn how to convert Microsoft Project (MPP) files to Excel (XLSX) using Java REST API. Step-by-step guide for seamless MPP to Excel conversion with code....POST \ -H "accept: application/json" \ -H "authorization: Bearer...-H "Content-Type: application/json" \ -d "{ \"StorageName\": \"default\"...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  5. GroupDocs.Assembly 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....dynamic Python reports with JSON data using GroupDocs.Assembly...Assembly Cloud API. Display JSON data on HTML pages with charts, tables...

    blog.groupdocs.cloud/categories/groupdocs.assem...
  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. 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. Pages count Password protection Resources HTTP POST ~/info 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 get document...

    docs.groupdocs.cloud/editor/get-document-inform...
  9. Add Metadata By Tag | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by exact tag and category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified 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.... Request # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to join several...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  10. Add Metadata By Possible Tag Name | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have particular string phrase in theirs tag names. 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/metadata/add-metadata-by-p...