{"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/12997/social+media+title+generator+api/26005/generate+titles' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"topic": "OPC",
"language": "en",
"context": "One Person Company, solo entrepreneurship"
}'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 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.
生成标题接口返回一个JSON对象,包含一个基于提供主题的五个生成标题建议的数组。每个标题都是为了在社交媒体、博客或视频内容中使用而精心制作的
响应数据中的关键字段包括“code”,表示请求的状态,“data”包含“titles”数组,其中有五个生成的标题字符串
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 components: a status code and a data object. The data object contains an array of titles, making it straightforward to access the generated suggestions.
Typical use cases include generating catchy titles for social media posts, blog articles, video content, and email newsletters. This API helps streamline content creation by providing creative title options quickly.
用户可以从响应中的“titles”数组提取标题,并直接将其实施到他们的内容调度工具或平台中,从而通过符合主题的吸引人标题增强参与度
The API utilizes a language model to generate titles based on user-defined topics, ensuring relevance and creativity. Regular updates and improvements to the model help maintain the quality and accuracy of the generated titles.