Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 2,610 for

authorization

(0.1 sec)
  1. Sending Resx files for translation | Documentation

    How to send Resx 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/r...
  2. Sending files for processing | Documentation

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

    docs.groupdocs.cloud/rewriter/file/request/
  3. Extract Metadata By Property Name Match Regex |...

    This REST API allows to extract metadata properties from the document choosing the properties which names are matching the specified regular expression. cURL example The following example demonstrates how to extract metadata information from all properties with the “dc” string in the beginning of the name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The values are taken from environment variables CLIENT_ID and CLIENT_SECRET....application/json" \ -H "Authorization: Bearer $JWT_TOKEN " \ -d...application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  4. Extract Formatted Text | Documentation

    This REST API allows extracting formatted text by setting the pages extraction mode option. You need to specify the FormattedTextOptions Mode parameter besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract formatted text example. cURL example The following example demonstrates how to extract formatted text. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via environment variables $CLIENT_ID and $CLIENT_SECRET....application/json" \ -H "Authorization: Bearer $JWT_TOKEN " \ -d...application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/parser/extract-formatted-t...
  5. 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...
  6. Content processing workflow | Documentation

    An overview of the GroupDocs.Rewriter Cloud workflow.... To authorize the request to use GroupDocs...Rewriter Cloud, pass the in Authorization header of the request (...

    docs.groupdocs.cloud/rewriter/workflow/
  7. Translation workflow | Documentation

    An overview of the GroupDocs.Translation Cloud workflow.... To authorize the request to use GroupDocs...Translation Cloud, pass the in Authorization header of the request (...

    docs.groupdocs.cloud/translation/workflow/
  8. 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...
  9. Sending texts for processing | Documentation

    How to send texts for processing to the selected language.... To authorize the request, pass the in Authorization header...endpoint does not use the Authorization header, so there is no need...

    docs.groupdocs.cloud/rewriter/text/request/
  10. Extract Metadata By Possible Tag Name | Documen...

    This REST API allows to extract metadata properties from the document choosing the properties to extract 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 extract metadata creator information from all properties that have particular string phrase in theirs tag names. 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/metadata/extract-metadata-...