The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “RollerAds”/

AI detector API

Graybeard

Well-Known Member
I like this one
api example (if you don't currently have an RapidAPI account.


Visit AI Content Detector for better user experience!


AI-Content-Detector Overview​


1682603312922.png

Disclaimer:I have no financial interest in this api
(note: OBJECTS and NOT Chunks or tokens)

Our API is capable of detecting AI generated content from the given text using SOTA models.
Limit: 1000 words/ 6200 characters
Recommended limit: 600 characters or more
Chunk-wise analysis: Our API breaks the query into chunks where each chunk is comprised of roughly 600-700 characters and each chunk is validated. The resulting confidence is calculated using weighted average of each chunk.

JSON:
“Input”:{
“data”:[
“Enter your query here”
]
}
“Output”:{
“data”:[
{
“Real”: “Float”,
“Fake” “Float”:
},
[
[
“Confidence of chunk 1”,
“Length of chunk 1”
],
[
“Confidence of chunk 2”,
“Length of chunk 2”
]
]
]
}
 
banners
Back