Originality.AI (Independent Publisher) (Preview)
This is a simple connector that allows users to access their Originality.AI data. Users will can easily check for plagiarism and detect AI-written content as well as get information about their account such as usage report, account credit and more.
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 | Osazee Odigie |
osazee.odigie10@gmail.com |
Connector Metadata | |
---|---|
Publisher | Osazee Odigie |
Website | https://originality.ai |
Privacy policy | https://originality.ai/privacy-policy/ |
Categories | Productivity |
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 |
---|---|---|---|
X-OAI-API-KEY | securestring | The X-OAI-API-KEY for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get Credit Balance |
Fetch the current credit balance of your Originality.ai account |
Get Credit Usage |
Fetch your credit usage from your last 100 scans |
Get Payment |
Fetch your last 100 credit purchases |
Post AI Detection |
Run an AI Detection scan for a full piece of content |
Post Url AI Detection |
Run an AI Detection scan on a full webpage |
Get Credit Balance
Fetch the current credit balance of your Originality.ai account
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Get Credit Balance
|
Accept | True | string |
Accept |
Returns
Name | Path | Type | Description |
---|---|---|---|
balance
|
balance | integer |
balance |
Get Credit Usage
Fetch your credit usage from your last 100 scans
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Get Credit Usage
|
Accept | True | string |
Accept |
Returns
Name | Path | Type | Description |
---|---|---|---|
usage
|
usage | array of object |
usage |
contentID
|
usage.contentID | string |
contentID |
credits_used
|
usage.credits_used | integer |
credits_used |
date
|
usage.date | string |
date |
Get Payment
Fetch your last 100 credit purchases
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Get Payment
|
Accept | True | string |
Accept |
Returns
Name | Path | Type | Description |
---|---|---|---|
payments
|
payments | array of object |
payments |
credits
|
payments.credits | integer |
credits |
price
|
payments.price | string |
price |
receipt
|
payments.receipt | string |
receipt |
date
|
payments.date | string |
date |
Post AI Detection
Run an AI Detection scan for a full piece of content
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
content
|
content | string |
content |
Returns
Name | Path | Type | Description |
---|---|---|---|
success
|
success | boolean |
success |
original
|
score.original | float |
original |
ai
|
score.ai | float |
ai |
credits_used
|
credits_used | integer |
credits_used |
credits
|
credits | integer |
credits |
content
|
content | string |
content |
Post Url AI Detection
Run an AI Detection scan on a full webpage
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
url
|
url | string |
url |
Returns
Name | Path | Type | Description |
---|---|---|---|
success
|
success | boolean |
success |
url
|
url | string |
url |
url_code
|
url_code | integer |
url_code |
credits_used
|
credits_used | integer |
credits_used |
credits
|
credits | integer |
credits |
word_count
|
word_count | integer |
word_count |
original
|
score.original | float |
original |
ai
|
score.ai | float |
ai |
score_breakdown
|
score_breakdown | array of object |
score_breakdown |
original
|
score_breakdown.original | float |
original |
ai
|
score_breakdown.ai | float |
ai |
text
|
score_breakdown.text | string |
text |
success
|
results.success | boolean |
success |
statusCode
|
results.statusCode | integer |
statusCode |
cost
|
results.cost | integer |
cost |
wordCount
|
results.wordCount | integer |
wordCount |
real
|
results.totalAIResults.real | float |
real |
fake
|
results.totalAIResults.fake | float |
fake |
blocks
|
results.blocks | array of object |
blocks |
original
|
results.blocks.original | float |
original |
ai
|
results.blocks.ai | float |
ai |
text
|
results.blocks.text | string |
text |
pageID
|
results.results.pageID | integer |
pageID |
url
|
results.results.url | string |
url |
statusCode
|
results.results.statusCode | integer |
statusCode |
real
|
results.results.aiResults.real | float |
real |
fake
|
results.results.aiResults.fake | float |
fake |
wordCount
|
results.results.wordCount | integer |
wordCount |
aiTextBlocks
|
results.results.aiTextBlocks | array of object |
aiTextBlocks |
text
|
results.results.aiTextBlocks.text | string |
text |
status
|
results.results.aiTextBlocks.status | string |
status |
fake
|
results.results.aiTextBlocks.result.fake | float |
fake |
real
|
results.results.aiTextBlocks.result.real | float |
real |