{"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 हेडर में शामिल करें।
| हेडर | विवरण |
|---|---|
Authorization
|
आवश्यक
होना चाहिए Bearer access_key. जब आप सब्सक्राइब हों तो ऊपर "Your API Access Key" देखें।
|
कोई लंबी अवधि की प्रतिबद्धता नहीं। कभी भी अपग्रेड, डाउनग्रेड या कैंसल करें। फ्री ट्रायल में 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 ऑब्जेक्ट लौटाता है जिसमें प्रदान किए गए विषय के आधार पर पांच जेनरेट किए गए शीर्षक सुझावों का एक एरे होता है प्रत्येक शीर्षक का निर्माण सोशल मीडिया ब्लॉग या वीडियो सामग्री में उपयोग के लिए किया गया है
प्रतिक्रिया डेटा में मुख्य फ़ील्ड "कोड" है जो अनुरोध की स्थिति को दर्शाता है और "डेटा" है जिसमें पाँच उत्पन्न शीर्षक स्ट्रिंग्स के साथ "शीर्षक" ऐरे शामिल है
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" Arrays से शीर्षक निकाल सकते हैं और उन्हें अपने सामग्री अनुसूची उपकरणों या प्लेटफार्मों में सीधे लागू कर सकते हैं जिससे उनके विषयों के अनुसार आकर्षक शीर्षकों के साथ जुड़ाव बढ़ता है
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.