{"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"
}'
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 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.
El endpoint Generar Títulos devuelve un objeto JSON que contiene un arreglo de cinco sugerencias de títulos generadas basadas en el tema proporcionado. Cada título está elaborado para su uso en redes sociales blogs o contenido de video
Los campos clave en los datos de respuesta incluyen "código", que indica el estado de la solicitud, y "datos", que contiene el array "títulos" con cinco cadenas de título generadas
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.
Los usuarios pueden extraer los títulos del array "titles" en la respuesta e implementarlos directamente en sus herramientas o plataformas de programación de contenido mejorando la participación con títulos atractivos adaptados a sus temas
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.