Plataformas
Configuracoes de Plataforma
Opcoes de configuracao especificas de cada plataforma para publicacoes personalizadas
Cada plataforma tem funcionalidades e definicoes unicas. Utilize os objetos de configuracao abaixo ao criar publicacoes para personalizar o comportamento por plataforma.
TikTok
| Parametro | Tipo | Descricao |
|---|---|---|
title | string | Titulo do video |
caption | string | Texto da legenda do video |
privacyLevelOBRIGATORIO | string | PUBLIC_TO_EVERYONE, MUTUAL_FOLLOW_FRIENDS, FOLLOWER_OF_CREATOR, SELF_ONLY |
allowComments | boolean | Permitir comentarios no video |
allowDuet | boolean | Permitir duetos |
allowStitch | boolean | Permitir stitches |
sendAsDraft | boolean | Enviar como rascunho para a aplicacao TikTok |
aiGenerated | boolean | Marcar como conteudo gerado por IA |
autoAddMusic | boolean | Automatically add music to the video |
brandedContent | boolean | Mark as branded content |
brandedContentOwnBrand | boolean | Mark as promoting own brand |
Exemplo
{
"tiktokConfigs": [{
"connectionId": "conn_tiktok_001",
"title": "Product Demo",
"privacyLevel": "PUBLIC_TO_EVERYONE",
"allowComments": true,
"allowDuet": false,
"aiGenerated": false
}]
}YouTube
| Parametro | Tipo | Descricao |
|---|---|---|
postType | string | VIDEO or SHORTS |
videoTitle | string | Titulo do video |
tags | string[] | Tags do video para descoberta |
privacyStatus | string | public, unlisted ou private |
categoryId | string | ID da categoria YouTube |
playlistId | string | Adicionar a lista de reproducao apos envio |
notifySubscribers | boolean | Notificar subscritores (predefinido: true) |
allowEmbedding | boolean | Permitir incorporacao noutros sites |
madeForKids | boolean | Marcar como feito para criancas |
license | string | youtube ou creativeCommon |
Exemplo
{
"youtubeConfigs": [{
"connectionId": "conn_yt_001",
"postType": "VIDEO",
"videoTitle": "Weekly Product Update",
"tags": ["product", "update", "tech"],
"privacyStatus": "PUBLIC",
"notifySubscribers": true,
"allowEmbedding": true,
"madeForKids": false
}]
}| Parametro | Tipo | Descricao |
|---|---|---|
boardIdOBRIGATORIO | string | ID do quadro Pinterest para fixar |
title | string | Titulo do pin |
link | string | URL de destino ao clicar no pin |
Exemplo
{
"pinterestConfigs": [{
"connectionId": "conn_pin_001",
"boardId": "board_123",
"title": "Summer Collection 2026",
"link": "https://example.com/summer-collection"
}]
}| Parametro | Tipo | Descricao |
|---|---|---|
postType | string | FEED, STORY ou REEL |
| Parametro | Tipo | Descricao |
|---|---|---|
postType | string | FEED ou REEL |
videoTitle | string | Titulo para publicacoes de video |