We have released API access to our machine learning models so that you can use text generation, text summarization and text rephrasing functions in your solution. And we're here to help you get started.
Our API is available through RapidAPI platform which is a convenient way to manage the usage and the budget. We charge $0.01 per API call.
If you want to test our solutions before connecting to the API, go to gpt.contentyze.com - our text editor that wraps all functionalities listed below.
Finally if you're looking for bespoke, custom machine learning models, we can do that too! We train large language models on data like articles, emails, documents and more.
Contact us via email to learn more.
Let's go through all the functions of our API to make sure you can power up your solution with our amazing machine learning models. Here's how you can use our API on RapidAPI (you still need to create an account there).
With Contentyze API you can easily:
If you want any help with one of the mentioned usecases, write to us directly. We will help you with the setup. We can provide also customized models trained on your data. Check out also our tutorials from Solutions menu and our platform at gpt.contentyze.com.
If you're looking for a personalized version of GPT-3 algorithm, suited for your needs, write to us too. We can help you build an amazing tech.
Our GPT-3-like model allows you to send a beginning of text. Contentyze will generate next sentences, by trying to complete what you've sent. It works perfectly well for blog posts and chatbots.
request
{
"input_text": "Artificial intelligence (AI) is ",
"model_name": "general",
"length": 100
}
response
{
"text": " one of the most important developments in the recent history of science and technology. At the same time, AI is already applied in many fields such as computer vision, natural language processing, speech recognition, and game playing \\[[@B1]\\]. In this regard, the development of deep learning methodologies has played a significant role in improving the performance of modern AI models.\n\nThe Deep Neural Networks (DNNs) are a class of artificial neural networks that have been well established to solve"
}
Length
field is the estimated number of words that will be generated.
With Contentyze you can summarize long documents to get an executive summary, or create a Twitter post from a blogpost. It works with text as well as with links.
Send text in order to create one-liner that summarizing all sentences:
request
{
"input_text": "Artificial intelligence (AI) is intelligence demonstrated by machines, unlike the natural intelligence displayed by humans and animals, which involves consciousness and emotionality. The distinction between the former and the latter categories is often revealed by the acronym chosen. 'Strong' AI is usually labelled as artificial general intelligence (AGI) while attempts to emulate 'natural' intelligence h been called artificial biological intelligence (ABI). Leading AI textbooks define the field as the study of intelligent agents: any device that perceives its environment and takes actions that maximize its chance of successfully achieving its goals.[3] Colloquially, the term artificial intelligence is often used to describe machines that mimic cognitive functions that humans associate with the human mind, such as learning and problem solving.[4]\n\nAs machines become increasingly capable, tasks considered to require intelligence are often removed from the definition of AI, a phenomenon known as the AI effect.[5] A quip in Tesler's Theorem says AI is whatever hasn't been done yet.[6] For instance, optical character recognition is frequently excluded from things considered to be AI,[7] having become a routine technology.[8] Modern machine capabilities generally classified as AI include successfully understanding human speech,[9] competing at the highest level in strategic game systems (such as chess and Go),[10] and also imperfect-information games like poker,[11] self-driving cars, intelligent routing in content delivery networks, and military simulations.[12]\n\nArtificial intelligence was founded as an academic discipline in 1955, and in the years since has experienced several waves of optimism,[13][14] followed by disappointment and the loss of funding (known as an AI winter),[15][16] followed by new approaches, success and renewed funding.[14][17] After AlphaGo successfully defeated a professional Go player in 2015, artificial intelligence once again attracted widespread global attention.[18] For most of its history, AI research has been divided into sub-fields that often fail to communicate with each other.[19] These sub-fields are based on technical considerations, such as particular goals (e.g. robotics or machine learning),[20] the use of particular tools (logic or artificial neural networks), or deep philosophical differences.[23][24][25] Sub-fields have also been based on social factors (particular institutions or the work of particular researchers).[19]\n\nThe traditional problems (or goals) of AI research include reasoning, knowledge representation, planning, learning, natural language processing, perception and the ability to move and manipulate objects.[20] AGI is among the field's long-term goals.[26] Approaches include statistical methods, computational intelligence, and traditional symbolic AI. Many tools are used in AI, including versions of search and mathematical optimization, artificial neural networks, and methods based on statistics, probability and economics. The AI field draws upon computer science, information engineering, mathematics, psychology, linguistics, philosophy, and many other fields."
,
"model_name": "summary",
"length": 100,
"abstract": false
}
response
{
"text": "Artificial intelligence is a field of research in computer science and engineering that aims to improve the capabilities of machines."
}
Or you can create an executive summary:
request
{
"input_text": "Artificial intelligence (AI) is intelligence demonstrated by machines, unlike the natural intelligence displayed by humans and animals, which involves consciousness and emotionality. The distinction between the former and the latter categories is often revealed by the acronym chosen. 'Strong' AI is usually labelled as artificial general intelligence (AGI) while attempts to emulate 'natural' intelligence have been called artificial biological intelligence (ABI). Leading AI textbooks define the field as the study of intelligent agents: any device that perceives its environment and takes actions that maximize its chance of successfully achieving its goals.[3] Colloquially, the term artificial intelligence is often used to describe machines that mimic cognitive functions that humans associate with the human mind, such as learning and problem solving.[4]\n\nAs machines become increasingly capable, tasks considered to require intelligence are often removed from the definition of AI, a phenomenon known as the AI effect.[5] A quip in Tesler's Theorem says AI is whatever hasn't been done yet.[6] For instance, optical character recognition is frequently excluded from things considered to be AI,[7] having become a routine technology.[8] Modern machine capabilities generally classified as AI include successfully understanding human speech,[9] competing at the highest level in strategic game systems (such as chess and Go),[10] and also imperfect-information games like poker,[11] self-driving cars, intelligent routing in content delivery networks, and military simulations.[12]\n\nArtificial intelligence was founded as an academic discipline in 1955, and in the years since has experienced several waves of optimism,[13][14] followed by disappointment and the loss of funding (known as an AI winter),[15][16] followed by new approaches, success and renewed funding.[14][17] After AlphaGo successfully defeated a professional Go player in 2015, artificial intelligence once again attracted widespread global attention.[18] For most of its history, AI research has been divided into sub-fields that often fail to communicate with each other.[19] These sub-fields are based on technical considerations, such as particular goals (e.g. robotics or machine learning),[20] the use of particular tools (logic or artificial neural networks), or deep philosophical differences.[23][24][25] Sub-fields have also been based on social factors (particular institutions or the work of particular researchers).[19]\n\nThe traditional problems (or goals) of AI research include reasoning, knowledge representation, planning, learning, natural language processing, perception and the ability to move and manipulate objects.[20] AGI is among the field's long-term goals.[26] Approaches include statistical methods, computational intelligence, and traditional symbolic AI. Many tools are used in AI, including versions of search and mathematical optimization, artificial neural networks, and methods based on statistics, probability and economics. The AI field draws upon computer science, information engineering, mathematics, psychology, linguistics, philosophy, and many other fields."
,
"model_name": "summary",
"length": 100,
"abstract": false
}
response
{
"text": "Artificial intelligence (AI) is intelligence demonstrated by machines, unlike the natural intelligence displayed by humans and animals, which involves consciousness and emotionality. Strong' AI is usually labelled as artificial general intelligence (AGI) while attempts to emulate 'natural' intelligence have been called artificial biological intelligence (ABI)."
}
request
{
"input_text": "https://www.techradar.com/news/best-air-fryer",
"model_name": "summary",
"length": 0,
"abstract": true
}
response
{
"text": "The best air fryers to buy right now are on sale at Amazon, and we've tested them to find the best for your needs."
}
request
{
"input_text": "https://www.techradar.com/news/best-air-fryer",
"model_name": "summary",
"length": 0,
"abstract": true
}
response
{
"text": "The best air fryers can transform the way you cook, allowing you to indulge in healthier versions of your favorite foods. You can prepare anything you can cook in a traditional fan oven, space permitting, because they work in the same way. We rated each design on how many settings it offers, how durable and easy to clean the body and parts are, how loud their fans are and how hot the exterior casing gets. It is a bulky air-fryer and takes up a lot of countertop space, and it’s at the top-end of the air fryers market when it comes to price too, but its performance certainly justifies the cost. Instant Vortex Plus air fryer\n\n(Image credit: Ninja Foodi Dual Zone Air Fryer Cook two different dishes at the same time TODAY'S BEST DEALS Check Amazon Reasons to buy + Highly versatile + Large capacity + Good range of presets Reasons to avoid - Bulky, takes up lots of space - Reheat function can’t replace microwave\n\nThis is the only air fryer we’ve tested that has two separate compartments, so you can cook two different dishes so they’re ready to serve at the same time. During testing we were impressed at just how quickly the air fryer crisped and evenly browned our fries, in fact following the suggested time, they were a little overcooked on the outside, but still fluffy inside. The two cooking drawers, which have crisper plates inside, have an overall capacity of 8-quart / 7.6 liter and are deep enough to hold a 1.1lb / 500g batch of fries or 2.2lb / 1kg of chicken wings each. It has a deeper, flatter shape rather than the tall design of its rivals. The Vortex can air-fry, roast, bake and reheat, but there’s no option to grill or dehydrate here. On test, the T21 did a solid job at evenly browning fries and chicken wings, but it couldn’t quite achieve that satisfying crunch rival air fryers manage. As well as air-frying, the appliance, which is easy to clean as both sections of the frying basket are dishwasher-safe, can also roast, bake and reheat, too."
}
Please be aware that sometimes owner of the website could block scraping, so the model can fail due to externat reasons.
Contentyze is great in rewriting existing content using novel words. You can spin content to make your old articles great again, or use a template for a product category to quickly generate 10,000+ new product descriptions. Options are endless here.
Send text in order to rephrase the text:
request
{
"input_text": "In 2009, academics and technical experts attended a conference organized by the Association for the Advancement of Artificial Intelligence to discuss the potential impact of robots and computers and the impact of the hypothetical possibility that they could become self-sufficient and able to make their own decisions. They discussed the possibility and the extent to which computers and robots might be able to acquire any level of autonomy, and to what degree they could use such abilities to possibly pose any threat or hazard. They noted that some machines have acquired various forms of semi-autonomy, including being able to find power sources on their own and being able to independently choose targets to attack with weapons. They also noted that some computer viruses can evade elimination and have achieved cockroach intelligence. They noted that self-awareness as depicted in science-fiction is probably unlikely, but that there were other potential hazards and pitfalls.[17]",
"model_name": "rewrite"
}
response
{
"text": "In 2009, academics and technical experts attended a conference organized by the Association for the Advancement of Artificial Intelligence to discuss the potential impact of robots and computers and the hypothetical possibility that they would become self-sufficient and able to make their own decisions. They discussed the possibility and extent to which computers could acquire any level of autonomy, as well as how much they would use such capabilities for threat or hazard. They noted that some machines have been able to find power sources on their own and can decide if they want to attack with weapons. Some computerviruses can achieve intelligence and evade elimination. They said that self-awareness in science fiction is unlikely, but there were other potential dangers and pitfalls. [17]"
}
You can also send a link and our scraper will scrap the text and do the same:
request
{
"input_text": "https://www.techradar.com/news/best-air-fryer",
"model_name": "rewrite"
}
response
{
"text": "The best air fryers can make cooking healthier and give you a better chance at eating food that is less salty. fries and roast potatoes are delicious without the oil to make them addictive. So how do air fryers work? They use a heating element on the top of their device that creates hot air and circulates it, which results in super-crispy dishes with less oil than deep frying them. It can be used for roast potatoes, chicken wings and fries. You can make a meal out of anything you want, even if it's in the traditional fan oven. We have a lot of ideas when it comes to what you can cook with an air fryer. It's not easy to decide whether you want a basket or bowl air fryer, as the size and price of Air fryer vary wildly. Basket air fryers tend to be healthier because they funnel the juices, as well as the fat, away from the food whereas bowl air fryers with bowls mean the cooking juices stay in the air fryer and in contact with the food making it tastier but not as healthy. Bowl air fryers also come in a single top and have clear glass so you can see your food as it is cooking. Bowl air fryers can open and close without using the glass top because the floor is so cold. Due to the separate compartments, you can cook multiple foods at once. The largest air fryers hold around six liters and are perfect for feeding a family of four, but smaller air fryers can cook enough food to fit in one or two mugs. There are also other types of air fryers that offer hot air cooking. An air fryer is one of the less traditional cooking methods but that could be replaced with an Instant Pot or multi-cooker. We tested air fryers by cooking up batches and hundreds of chicken wings. We compared how easy it was to cook chicken wings and in the case of its meat, we found that they were moist. We rated each design on how many settings it offers, as well as the cleanability and loud fans that come with them. We wanted to know whether the design was easy to use, and if it needed a thick instruction manual for inspiration or even better - frying baskets.."
}
Copyright © 2020 Contentyze - All rights reserved