Forget OpenAI or ChatGPT. Easily rewrite, rephrase, and paraphrase documents online with .NET REST API. Better than Gemini, Microsoft Copilot, and Claude...0/rewriter/text" \ -H "Authorization: Bearer ACCESS_TOKEN" \...
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....application/json" \ -H "Authorization: Bearer <jwt token>" \ -d...
This REST API allows obtaining basic information about the document. 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; Document page count. 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....application/json" \ -H "Authorization: Bearer <jwt token>" -d...
This REST API allows to obtain tags and properties information from document metadata. Endpoint accepts document storage path as input payload.
Operation traverses whole metadata tree packages and retrieve properties within the package.
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 Could be omitted for default storage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST API directly from the browser....application/json" \ -H "Authorization: Bearer <jwt token>" -d...
GroupDocs.Watermark Cloud is a REST API for managing watermarks in the documents of different file formats.
It provides easy to use watermarking methods. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document.
The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats.
Adding Watermarks Groupdocs.Watermark Cloud allows to add text/image watermarks to supported document formats and images and save resultant file....requests require a Bearer authorization header with a JWT Token...
How to summarize document content using .NET REST API. Create concise summaries of PDFs, Word files, and text documents using AI-powered summarization....0/rewriter/summarize" \ -H "authorization: Bearer {ACCESS_TOKEN}"...
Convert CSV to JSON in Node.js using GroupDocs.Conversion SDK. A scalable and secure REST API for transforming tabular data into structured JSON format....application/json" \ -H "authorization: Bearer {JWT_TOKEN}" \ -H...