| Provider (requested_service) | Atoms |
|---|---|
| Azure | 500 |
| ApyHub | 2000 |
https://api.apyhub.com/ai/text/extract/keywords| Provider (requested_service) | Atoms |
|---|---|
| Azure | 500 |
| ApyHub | 2000 |
POSTapplication/json| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| text | String | Yes | Provide the textual content for which you want to perform keyword extraction. - The max content size is 125,000 characters. |
| language | String | yes | Provide the language supported by azure chceck list of supported language link - https://learn.microsoft.com/en-gb/azure/ai-services/language-service/key-phrase-extraction/language-support. |
| requested_service | String | Yes | Enter the name of service provider. Supported providers are azure, apyhub. Defaults to apyhub. |
| azure.key | String | Yes (if azure is selected in requested_service) | Input service key provided by azure. |
| azure.endpoint | String | Yes (if azure is selected in requested_service) | Enter the endpoint provided by azure. |
| Status Code | Description |
|---|---|
| 200 | The request was successful. |
| 400 | Invalid input - the file is corrupt or the supported inputs are not provided. |
| 401 | Required authentication information is either missing or not valid for the resource. |
| 500 | If any unexpected error occurs while processing the request. |
tokens or basic authentication mechanisms.
You can generate and view your existing credentials from your workspace settings (on the left side of the navbar) and go to “API Keys".apy-token as the header parameter to pass the token.Authorization header to send the basic authentication credentials.