{"code":200,"data":{"titles":["The brutal truth about running a One Person Company nobody tells you","I built a 6-figure business alone with zero employees","Why my OPC fails less than your startup with a team of","You don't need a co-founder—you need this one thing","Solo founders are the new unicorns and here is the proof"]}}
curl --location --request POST 'https://zylalabs.com/api/12999/creative+social+media+title+generator+api/26009/generate+titles' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"topic": "OPC",
"language": "en",
"context": "One Person Company, solo entrepreneurship"
}'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 Creative Social Media Title Generator API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
This API is designed for automated content creation workflows. It receives a user-defined topic string and utilizes an LLM to generate an array of five distinct title suggestions.
### Core Functionality
* **Input:** Accepts a core topic keyword, an optional context string to prevent ambiguity, and a language targeting parameter (`en` or `zh`).
* **Output:** A standardized JSON object containing an array of 5 generated title strings.
* **Integration:** Formatted for direct use in programmatic environments and workflow automation platforms (e.g., n8n, Make, custom scripts) without requiring additional text parsing.
### Target Platforms
The generated text is optimized for integration into scheduling tools for platforms such as YouTube, TikTok, Medium, and email newsletters.
The Generate Titles endpoint returns a JSON object containing an array of five distinct title suggestions based on the provided topic. Each title is designed to be engaging and relevant to the input topic.
The key fields in the response data include "code," which indicates the status of the request, and "data," which contains the "titles" array with five generated title strings.
The returned data is structured as a JSON object. It includes a "code" field for status and a "data" field that holds an array of five title strings, formatted for easy integration into applications.
Users can customize their requests using three parameters: a core topic keyword, an optional context string to clarify the topic, and a language parameter, which can be either "en" for English or "zh" for Chinese.
The response data is organized into a JSON object with two main sections: the "code" indicating the success of the request and the "data" section containing the "titles" array with the generated suggestions.
Typical use cases include generating catchy titles for social media posts, video content, blog articles, and email newsletters, helping users enhance engagement and attract audience attention.
Users can directly integrate the returned titles into their content creation workflows, using the suggestions to enhance visibility and engagement across platforms like YouTube, TikTok, and Medium.
Data accuracy is maintained through the use of advanced language models that generate titles based on user-defined topics, ensuring relevance and creativity in the suggestions provided.