Owlbot (Independent Publisher) (Preview)
Owlbot searches the internet to index information and making them accessible. Currently, it offers an English dictionary.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor |
Website | https://owlbot.info/ |
Privacy policy | https://owlbot.info/ |
Categories | Data |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Token (in the format 'Token Your_Token') | securestring | The API Token (in the format 'Token Your_Token') for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get a definition |
Retrieves the definition of a word, as well as pronunciation, picture, example sentence, and emoji if available. |
Get a definition
Retrieves the definition of a word, as well as pronunciation, picture, example sentence, and emoji if available.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Word
|
word | True | string |
The word to define. |
Returns
Name | Path | Type | Description |
---|---|---|---|
word
|
word | string |
The word. |
pronunciation
|
pronunciation | string |
The pronunciation. |
definitions
|
definitions | array of object | |
type
|
definitions.type | string |
The type. |
definition
|
definitions.definition | string |
The definition. |
example
|
definitions.example | string |
The example. |
image_url
|
definitions.image_url | string |
The image URL address. |
emoji
|
definitions.emoji | string |
The emoji. |