{"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/13000/dynamic+social+media+title+generator+api/26007/generate+titles' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"topic": "OPC",
"language": "en",
"context": "One Person Company, solo entrepreneurship"
}'
Após se cadastrar, cada desenvolvedor recebe uma chave de acesso à API pessoal, uma combinação única de letras e dígitos para acessar nosso endpoint de API. Para autenticar com a Dynamic Social Media Title Generator API basta incluir seu token Bearer no cabeçalho Authorization.
| Cabeçalho | Descrição |
|---|---|
Authorization
|
Obrigatório
Deve ser Bearer access_key. Veja "Sua chave de acesso à API" acima quando você estiver inscrito.
|
Sem compromisso de longo prazo. Faça upgrade, downgrade ou cancele a qualquer momento. O teste gratuito inclui até 50 requisições.
(Economize 2 meses com cobrança anual 🎉)
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 distinct title suggestions based on the provided topic and optional parameters.
The key fields in the response data include "code," which indicates the status of the request, and "data," which contains the "titles" array with the generated title suggestions.
The returned data is in JSON format, structured with a "code" field for status and a "data" field that includes an array of five title strings under "titles."
Users can customize their requests using three parameters: a core topic keyword, an optional context string for clarity, and a language targeting 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: a status code indicating success or failure, and a data section that contains the array of generated titles.
Casos de uso típicos incluem gerar títulos cativantes para postagens em mídias sociais, artigos de blog, conteúdo de vídeo e newsletters de email, aumentando o engajamento e a visibilidade em plataformas como YouTube e TikTok
Users can directly integrate the returned titles into their content creation workflows, using the suggestions to enhance their marketing strategies or automate title generation for various platforms.
Data accuracy is maintained through the use of a large language model (LLM) that generates contextually relevant titles based on the input parameters, ensuring high-quality and relevant suggestions.