We’re thrilled to announce a new Subtopics endpoint in Content Generation API.
With this endpoint, you can generate 10 subtopics based on a specified topic and other parameters.
By using the Subtopics endpoint, content creators and marketers can instantly generate ideas or subheadings for articles, blog posts, and other types of content.
Here are some example suggestions for the Steve Jobs topic:
{
"version": "0.1.20221214",
"status_code": 20000,
"status_message": "Ok.",
"time": "3.1876 sec.",
"cost": 0.0001,
"tasks_count": 1,
"tasks_error": 0,
"tasks": [
{
"id": "03141150-4426-0543-0000-66e6bdbfc2f8",
"status_code": 20000,
"status_message": "Ok.",
"time": "3.1148 sec.",
"cost": 0.0001,
"result_count": 1,
"path": [
"v3",
"content_generation",
"generate_sub_topics",
"live"
],
"data": {
"api": "content_generation",
"function": "generate_sub_topics",
"topic": "Steve Jobs",
"creativity_index": 0.9
},
"result": [
{
"input_tokens": 19,
"output_tokens": 117,
"new_tokens": 117,
"sub_topics": [
"Steve Jobs and the Power of a Good Story",
"The Passion for Apple's Success",
"Building a Great Company in an Era of Business Disruption",
"How to Build a Great Team at Apple",
"What Makes Steve Jobs Different from Other Leaders?",
"What is the Importance of a Shared Vision?",
"How to Find Your Mission, Values, and Purpose",
"What Is It Like Working with Steve Jobs?",
"How Does Steve Jobs Inspire You?",
"Why Should I Care About Steve Jobs?"
]
}
]
}
]
}
We hope this new feature will be a valuable asset for your solution or content creation process. Don’t forget to check our documentation before starting to work with the Subtopics endpoint.
Also, don’t hesitate to try Content Generation API via our handy API Explorer!