Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 2,631 for

authorization

(0.09 sec)
  1. Working With Storage | Documentation

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

    docs.groupdocs.cloud/viewer/working-with-storage/
  2. Working With Storage | Documentation

    GroupDocs.Classification Cloud Working With Storage..."accept: application/json" -H "authorization: Bearer [Access Token]"..."accept: application/json" -H "authorization: Bearer [Access Token]"...

    docs.groupdocs.cloud/classification/working-wit...
  3. Sending images and scanned PDFs for translation...

    How to scans and image files for translation to the selected languages and get the result as plain text.... To authorize the request, pass the in Authorization header...application/json' \ --header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIs...

    docs.groupdocs.cloud/translation/file/request/i...
  4. Sending PowerPoint and ODP files for translatio...

    How to send PowerPoint and ODP files for translation to the selected languages.... To authorize the request, pass the in Authorization header...application/json' \ --header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIs...

    docs.groupdocs.cloud/translation/file/request/p...
  5. Sending Markdown files for translation | Docume...

    How to send Markdown files for translation to the selected languages.... To authorize the request, pass the in Authorization header...application/json' \ --header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIs...

    docs.groupdocs.cloud/translation/file/request/m...
  6. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v2.0/conversion/formats' \ -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/conversion/get-supported-f...
  7. Working With Files | Documentation

    GroupDocs.Classification Cloud Working With Files...multipart/form-data" -H "authorization: Bearer [Access Token]"..."accept: application/json" -H "authorization: Bearer [Access Token]"...

    docs.groupdocs.cloud/classification/working-wit...
  8. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Comparison-Cloud only The metered license can be used in Docker version of GroupDocs.Comparison-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Comparison Cloud with Docker Resource URI HTTP GET ~/comparison/consumption cURL example Linux/MacOS/Bash # cURL example to get metered license consumption curl -v "https://api.groupdocs.cloud/v2.0/comparison/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell # cURL example to get metered license consumption curl....application/json" \ -H "Authorization: Bearer $JWT_TOKEN " Windows...application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/comparison/metered-consump...
  9. 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....0/merger/password" \ -X PUT \ -H "Authorization: Bearer $JWT_TOKEN " \ -d...0/merger/password" ` -X PUT ` -H "Authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/merger/security-operations/
  10. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" \ -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/conversion/get-document-me...