Looking to develop your own applications with the Phrasly.AI humanize API? We have an easy to use API designed to integrate effortlessly into your application.
import axios from 'axios';
axios.post('https://api.phrasly.ai/v1/humanize/', {
input: "The moon is Earth's natural satellite...",
mode: "medium",
stream: false // optional
}, {
headers: {
'accept': 'text/plain',
'content-type': 'application/json',
'x-api-key': 'APIKEY'
}
})
.then(response => console.log(response.data))
.catch(error => console.error(error));
Providing effective solutions against the top AI detectors in the industry, even the most advanced ones.
Everything you need to build your application
Our API is designed to be easy to use and integrate into any application that uses the REST standard. Our support team is available to help you with any questions.
API plans are exclusive to API usage. This section is generally for businesses and developers.
A scalable plan suited for businesses that need credits for building and testing.
$7.50/ month
billed as $89.94 annually
16K
380K
16,000 words per month
Need more than 380,000 words per month? Please contact us for more information and custom pricing.
Contact Us
While we do not directly have a free trial for our API, you can test out the functionality of our humanizer by signing up for a free account. This will give you 350 word credits to test out the functionality. If you need more credits, you can purchase them on the pricing page.
Phrasly.AI is the first platform to be fully powered by custom AI models on our own hardware. We do not use the OpenAI GPT-3 model, or any other publicly available models and resell them at a markup compared to competitors. Our models are fully custom and trained on our own hardware, which allows us to be flexible with our pricing and offer the best value to our customers.
We have no request limits, however, your quota is based on the number of words you have purchased. If you need more words, you can purchase them on the pricing page.
We conform to the REST standard, which means all endpoints can be access through web requests. Check our documentation for more information specific to your use case.
Webhook integration and web callbacks are available to customers upon request. If you're looking to process high volumes of content and require webhook integration, reach out to us at [email protected].