Plateformes
Configurations des plateformes
Options de configuration specifiques a chaque plateforme pour une publication optimisee
Chaque plateforme possede des fonctionnalites et des parametres uniques. Utilisez les objets de configuration ci-dessous lors de la creation de publications pour personnaliser le comportement par plateforme.
TikTok
| Parametre | Type | Description |
|---|---|---|
title | string | Titre de la video |
caption | string | Texte de description de la video |
privacyLevelREQUIS | string | PUBLIC_TO_EVERYONE, MUTUAL_FOLLOW_FRIENDS, FOLLOWER_OF_CREATOR, SELF_ONLY |
allowComments | boolean | Autoriser les commentaires sur la video |
allowDuet | boolean | Autoriser les duos |
allowStitch | boolean | Autoriser les assemblages |
sendAsDraft | boolean | Envoyer comme brouillon vers l'application TikTok |
aiGenerated | boolean | Marquer comme contenu genere par IA |
autoAddMusic | boolean | Automatically add music to the video |
brandedContent | boolean | Mark as branded content |
brandedContentOwnBrand | boolean | Mark as promoting own brand |
Exemple
{
"tiktokConfigs": [{
"connectionId": "conn_tiktok_001",
"title": "Product Demo",
"privacyLevel": "PUBLIC_TO_EVERYONE",
"allowComments": true,
"allowDuet": false,
"aiGenerated": false
}]
}YouTube
| Parametre | Type | Description |
|---|---|---|
postType | string | VIDEO or SHORTS |
videoTitle | string | Titre de la video |
tags | string[] | Tags de la video pour la decouverte |
privacyStatus | string | public, unlisted ou private |
categoryId | string | Identifiant de categorie YouTube |
playlistId | string | Ajouter a une playlist apres l'envoi |
notifySubscribers | boolean | Notifier les abonnes (par defaut true) |
allowEmbedding | boolean | Autoriser l'integration sur d'autres sites |
madeForKids | boolean | Marquer comme destine aux enfants |
license | string | youtube ou creativeCommon |
Exemple
{
"youtubeConfigs": [{
"connectionId": "conn_yt_001",
"postType": "VIDEO",
"videoTitle": "Weekly Product Update",
"tags": ["product", "update", "tech"],
"privacyStatus": "PUBLIC",
"notifySubscribers": true,
"allowEmbedding": true,
"madeForKids": false
}]
}| Parametre | Type | Description |
|---|---|---|
boardIdREQUIS | string | Identifiant du tableau Pinterest ou epingler |
title | string | Titre de l'epingle |
link | string | URL de destination lors du clic sur l'epingle |
Exemple
{
"pinterestConfigs": [{
"connectionId": "conn_pin_001",
"boardId": "board_123",
"title": "Summer Collection 2026",
"link": "https://example.com/summer-collection"
}]
}| Parametre | Type | Description |
|---|---|---|
postType | string | FEED, STORY ou REEL |
| Parametre | Type | Description |
|---|---|---|
postType | string | FEED ou REEL |
videoTitle | string | Titre pour les publications video |