Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 2,610 for

authorization

(0.08 sec)
  1. Working With Files | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Editor Cloud API Reference lets you try out Download a File 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 Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....multipart/form-data' \ -H "authorization: Bearer $JWT_TOKEN " Windows...multipart/form-data" ` -H "authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/editor/working-with-files/
  2. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Merger Cloud API Reference lets you try out Storage existence 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 storageName Storage name cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v1.0/merger/storage/MyStorage/exist' \ -H 'accept: application/json' \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....application/json' \ -H "authorization: Bearer $JWT_TOKEN " Windows...application/json" ` -H "authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/merger/working-with-storage/
  3. Working With Folder | Documentation

    GroupDocs.Viewer Cloud Working With Folder...application/json' \ -H 'authorization: Bearer $JWT_TOKEN' Windows...application/json" ` -H "authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/viewer/working-with-folder/
  4. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" \ -H "accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -H "Content-Type: application/json" \ -d '{"FileInfo": {"FilePath": "Signaturedocs/one-page.docx","StorageName": "MyStorage","VersionId": "","Password": ""}}' Windows PowerShell curl.exe -X POST "https://api.groupdocs.cloud/v2.0/signature/info" ` -H "accept: application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN" ` -H "Content-Type: application/json" ` -d "{ 'FileInfo': { 'FilePath': 'Signaturedocs/one-page....application/json" \ -H "authorization: Bearer $JWT_TOKEN " \ -H...application/json" ` -H "authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/signature/get-document-inf...
  5. Extract Text by a Page Number Range | Documenta...

    This REST API allows extracting text from specific pages only by setting pages range. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract text by a page number example. cURL example The following example demonstrates how to extract text by a page number range. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....application/json" \ -H "Authorization: Bearer $JWT_TOKEN " \ -d...application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/parser/extract-text-by-a-p...
  6. Extract Images by a Page Number Range | Documen...

    This REST API allows extracting images from specific pages only by setting pages range. This operation supports only documents with pages. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract images by a page number example. cURL example The following example demonstrates how to extract images by a page number range. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....application/json" \ -H "Authorization: Bearer $JWT_TOKEN " \ -d...application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/parser/extract-images-by-a...
  7. Working with Image 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 sign a document with Image. It provides methods to create Image Signature in Document Pages with different options of Image name, location, alignment, font, margins and appearances by using signature-options-objects object data in request body. Add Image Signature to Document You can create image Signature on Document provided by fileName and document folder (if required) using following API....application/json" \ -H "authorization: Bearer $JWT_TOKEN " \ -d...application/json" ` -H "authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/signature/working-with-ima...
  8. 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....folder#storage \ --header "authorization: Bearer $JWT_TOKEN " \ --header...folder#storage" ` - -header "authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/signature/working-with-ver...
  9. Sending Word files for translation | Documentation

    How to send Word files for translation to the selected languages.... To authorize the request, pass the in Authorization header...endpoint does not use the Authorization header, so there is no need...

    docs.groupdocs.cloud/translation/file/request/w...
  10. Add Metadata By Property Name Match Exact Phras...

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name as specified. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to add metadata to a document curl -v "https://api....application/json" \ -H "Authorization: Bearer $JWT_TOKEN " \ -d...application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...