{"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/13001/instant+social+media+title+generator+api/26008/generate+titles' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"topic": "OPC",
"language": "en",
"context": "One Person Company, solo entrepreneurship"
}'
Después de registrarte, a cada desarrollador se le asigna una clave de acceso a la API personal, una combinación única de letras y dígitos proporcionada para acceder a nuestro endpoint de la API. Para autenticarte con el Instant Social Media Title Generator API simplemente incluye tu token de portador en el encabezado de Autorización.
| Encabezado | Descripción |
|---|---|
Autorización
|
Requerido
Debería ser Bearer access_key. Consulta "Tu Clave de Acceso a la API" arriba cuando estés suscrito.
|
Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.
(Ahorra 2 meses pagando anualmente 🎉)
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 standardized JSON object containing an array of five catchy title suggestions based on the provided topic. Each title is designed to be engaging and suitable for social media content.
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.
Users can customize their requests using three parameters: a core topic keyword, an optional context string to clarify the topic, and a language targeting parameter, which can be either "en" for English or "zh" for Chinese.
The response data is organized in a JSON format. It includes a "code" field for status and a "data" field that contains an array of five title suggestions under the "titles" key, making it easy to parse and utilize programmatically.
Typical use cases include generating engaging titles for social media posts, video content on platforms like YouTube, articles on Medium, and email newsletters, helping users attract more attention and engagement.
Users can directly integrate the returned titles into their content scheduling tools or automation workflows, allowing for seamless content creation and publication without additional text parsing.
The API utilizes a large language model (LLM) to generate titles, which is trained on diverse datasets to ensure relevance and creativity. Continuous updates and improvements to the model help maintain high-quality output.
Generated titles typically follow engaging patterns, often using hooks, questions, or intriguing statements. They are crafted to capture attention and encourage clicks, making them suitable for various social media platforms.