AI or Not (Independent Publisher) (Preview)
Detect AI-generated images & audio for your business - and yourself - with AI or Not.
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 | Fördős András |
fordosa90+ipc_aion@gmail.com |
Connector Metadata | |
---|---|
Publisher | Fördős András |
Website | https://www.aiornot.com/ |
Privacy policy | https://www.aiornot.com/privacy-policy |
Categories | AI;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 |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Image reports |
The response model containing the result of the image report processing, which includes the results of the image quality check, NSFW, and the image analysis itself. |
Is Live |
Check if system is alive and ready to serve requests. |
Image reports
The response model containing the result of the image report processing, which includes the results of the image quality check, NSFW, and the image analysis itself.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Object
|
object | True | string |
The image URL that needs to be verified. |
Returns
Name | Path | Type | Description |
---|---|---|---|
id
|
id | string |
id |
Created at
|
created_at | string |
The date and time when the report was created. |
Verdict
|
report.verdict | string |
The verdict of the report. The verdict can be 'ai' or 'human'. |
Confidence
|
report.ai.confidence | double |
The confidence of the AI analysis. |
Is detected
|
report.ai.is_detected | boolean |
The detection status of the AI analysis. |
Confidence
|
report.human.confidence | double |
The confidence of the human analysis. |
Is detected
|
report.human.is_detected | boolean |
The detection status of the human analysis. |
midjourney
|
report.generator.midjourney | AiGenerator |
The results of the generator. The results contain the confidence and the detection status. |
dall_e
|
report.generator.dall_e | AiGenerator |
The results of the generator. The results contain the confidence and the detection status. |
stable_diffusion
|
report.generator.stable_diffusion | AiGenerator |
The results of the generator. The results contain the confidence and the detection status. |
this_person_does_not_exist
|
report.generator.this_person_does_not_exist | AiGenerator |
The results of the generator. The results contain the confidence and the detection status. |
Version
|
facets.quality.version | string |
Version of the detection module. |
Is detected
|
facets.quality.is_detected | boolean |
The detection status of the image quality check. |
Version
|
facets.nsfw.version | string |
Version of the detection module. |
Is detected
|
facets.nsfw.is_detected | boolean |
The detection status of the NSFW analysis. |
Is Live
Check if system is alive and ready to serve requests.
Returns
Name | Path | Type | Description |
---|---|---|---|
Is Live
|
is_live | boolean |
True or false indicating, whether the system is alive. |
Definitions
AiGenerator
The results of the generator. The results contain the confidence and the detection status.
Name | Path | Type | Description |
---|---|---|---|
Confidence
|
confidence | double |
The confidence of the analysis. |
Is detected
|
is_detected | boolean |
The detection status of the analysis. |