{"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"
}'
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 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.
O endpoint Gerar Títulos retorna um objeto JSON contendo uma matriz de cinco sugestões de títulos gerados com base no tópico fornecido. Cada título é elaborado para uso em mídias sociais blogs ou conteúdo de vídeo
Os campos principais nos dados da resposta incluem "código", que indica o status da solicitação, e "dados", que contém o array "títulos" com cinco strings de título geradas
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.
Os usuários podem extrair os títulos do array "titles" na resposta e implementá-los diretamente em suas ferramentas ou plataformas de agendamento de conteúdo, aumentando o envolvimento com títulos atraentes adaptados aos seus 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.