MCP

Veille TikTok pour marques, créateurs et équipes tendances MCP Server

Outils MCP pour TikTok

URL de base

https://mcp.pressmonitor.com/tiktok/v1

Authentification

Les appels MCP utilisent également des jetons Bearer via des requêtes JSON-RPC 2.0.

Authorization: Bearer YOUR_TOKEN

Découvrir les outils

Commencez par lister les outils exposés par le serveur MCP.

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
outil challenge_info

Informations sur le challenge

Informations sur le challenge

Arguments

Nom Type Obligatoire Description
challenge_id string Oui Identifiant du challenge
device_id string Non Identifiant de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"challenge_info","arguments":{"challenge_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE"}}}'
outil collection_posts

Publications de la collection

Publications de la collection

Arguments

Nom Type Obligatoire Description
collection_id string Oui Identifiant de la collection
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non Identifiant de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"collection_posts","arguments":{"collection_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
outil download_music

Télécharger la musique

Télécharger la musique

Arguments

Nom Type Obligatoire Description
music_id string Oui Identifiant de la musique
device_id string Non Identifiant de l'appareil
format string Non Format

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"download_music","arguments":{"music_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE","format":"SOME_STRING_VALUE"}}}'
outil download_video

Télécharger la vidéo

Télécharger la vidéo

Arguments

Nom Type Obligatoire Description
aweme_id string Oui Identifiant Aweme
device_id string Non Identifiant de l'appareil
format string Non Format

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"download_video","arguments":{"aweme_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE","format":"SOME_STRING_VALUE"}}}'
outil effect_info

Informations sur l'effet

Informations sur l'effet

Arguments

Nom Type Obligatoire Description
effect_id string Oui Identifiant de l'effet
device_id string Non Identifiant de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"effect_info","arguments":{"effect_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE"}}}'
outil effect_posts

Publications avec effet

Publications avec effet

Arguments

Nom Type Obligatoire Description
effect_id string Oui Identifiant de l'effet
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non Identifiant de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"effect_posts","arguments":{"effect_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
outil live_category

Catégorie en direct

Catégorie en direct

Arguments

Nom Type Obligatoire Description
device_id string Non Identifiant de l'appareil
lang string Non Langue

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"live_category","arguments":{"device_id":"SOME_STRING_VALUE","lang":"en"}}}'
outil live_check_alive

Vérification en direct

Vérification en direct

Arguments

Nom Type Obligatoire Description
room_id string Oui Identifiant de la salle
device_id string Non Identifiant de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"live_check_alive","arguments":{"room_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE"}}}'
outil live_stream

Flux en direct

Flux en direct

Arguments

Nom Type Obligatoire Description
room_id string Oui Identifiant de la salle
device_id string Non Identifiant de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"live_stream","arguments":{"room_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE"}}}'
outil music_info

Informations sur la musique

Informations sur la musique

Arguments

Nom Type Obligatoire Description
music_id string Oui Identifiant de la musique
device_id string Non Identifiant de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"music_info","arguments":{"music_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE"}}}'
outil music_posts

Publications musicales

Publications musicales

Arguments

Nom Type Obligatoire Description
music_id string Oui Identifiant de la musique
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non Identifiant de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"music_posts","arguments":{"music_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
outil music_unlimited_sounds

Sons illimités de musique

Sons illimités de musique

Arguments

Nom Type Obligatoire Description
music_id string Oui Identifiant de la musique
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non Identifiant de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"music_unlimited_sounds","arguments":{"music_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
outil place_info

Informations sur le lieu

Informations sur le lieu

Arguments

Nom Type Obligatoire Description
challenge_id string Oui Identifiant du challenge
device_id string Non Identifiant de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"place_info","arguments":{"challenge_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE"}}}'
outil place_posts

Publications du lieu

Publications du lieu

Arguments

Nom Type Obligatoire Description
challenge_id string Oui Identifiant du challenge
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non Identifiant de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"place_posts","arguments":{"challenge_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
outil post_category

Catégorie de publication

Catégorie de publication

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec uid
category_type string Non Type de catégorie
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non Identifiant de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"post_category","arguments":{"sec_uid":"SOME_STRING_VALUE","category_type":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
outil post_comments

Commentaires de la publication

Commentaires de la publication

Arguments

Nom Type Obligatoire Description
aweme_id string Oui Identifiant Aweme
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non Identifiant de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"post_comments","arguments":{"aweme_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
outil post_detail

Détail de la publication

Détail de la publication

Arguments

Nom Type Obligatoire Description
aweme_id string Oui Identifiant Aweme
device_id string Non Identifiant de l'appareil
from string Non Source

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"post_detail","arguments":{"aweme_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE","from":"SOME_STRING_VALUE"}}}'
outil post_discover_keyword

Découverte de mot-clé post

Découverte de mot-clé post

Arguments

Nom Type Obligatoire Description
keyword string Oui Mot-clé
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non Identifiant de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"post_discover_keyword","arguments":{"keyword":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
outil post_related

Posts associés

Posts associés

Arguments

Nom Type Obligatoire Description
aweme_id string Oui Identifiant Aweme
count string Non Nombre de résultats à retourner
device_id string Non Identifiant de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"post_related","arguments":{"aweme_id":"SOME_STRING_VALUE","count":20,"device_id":"SOME_STRING_VALUE"}}}'
outil post_reply_comments

Répondre aux commentaires du post

Répondre aux commentaires du post

Arguments

Nom Type Obligatoire Description
aweme_id string Oui Identifiant Aweme
comment_id string Oui Identifiant du commentaire
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non Identifiant de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"post_reply_comments","arguments":{"aweme_id":"SOME_STRING_VALUE","comment_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
outil search_account

Recherche de compte

Recherche de compte

Arguments

Nom Type Obligatoire Description
keyword string Oui Mot-clé
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non Identifiant de l'appareil
search_id string Non Identifiant de la recherche

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_account","arguments":{"keyword":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE","search_id":"SOME_STRING_VALUE"}}}'
outil search_live

Recherche en direct

Recherche en direct

Arguments

Nom Type Obligatoire Description
keyword string Oui Mot-clé
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non Identifiant de l'appareil
search_id string Non Identifiant de la recherche

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_live","arguments":{"keyword":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE","search_id":"SOME_STRING_VALUE"}}}'
outil search_suggest_keyword

Suggestion de mot-clé

Suggestion de mot-clé

Arguments

Nom Type Obligatoire Description
keyword string Oui Mot-clé
device_id string Non Identifiant de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_suggest_keyword","arguments":{"keyword":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE"}}}'
outil search_video

Recherche vidéo

Recherche vidéo

Arguments

Nom Type Obligatoire Description
keyword string Oui Mot-clé
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non Identifiant de l'appareil
search_id string Non Identifiant de la recherche

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_video","arguments":{"keyword":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE","search_id":"SOME_STRING_VALUE"}}}'
outil user_followers

Abonnés de l'utilisateur

Abonnés de l'utilisateur

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec uid
count string Non Nombre de résultats à retourner
min_cursor string Non Curseur minimum

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_followers","arguments":{"sec_uid":"SOME_STRING_VALUE","count":20,"min_cursor":"NEXT_CURSOR"}}}'
outil user_following

Abonnements de l'utilisateur

Abonnements de l'utilisateur

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec uid
count string Non Nombre de résultats à retourner
cursor string Non Curseur

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_following","arguments":{"sec_uid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
outil user_info

Informations utilisateur

Informations utilisateur

Arguments

Nom Type Obligatoire Description
sec_uid string Non Sec uid
unique_id string Non ID unique
with_commerce_info string Non Avec informations commerciales

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_info","arguments":{"sec_uid":"SOME_STRING_VALUE","unique_id":"SOME_STRING_VALUE","with_commerce_info":"SOME_STRING_VALUE"}}}'
outil user_info_by_id

Informations utilisateur par ID

Informations utilisateur par ID

Arguments

Nom Type Obligatoire Description
user_id string Oui ID utilisateur
with_commerce_info string Non Avec informations commerciales

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_info_by_id","arguments":{"user_id":"SOME_STRING_VALUE","with_commerce_info":"SOME_STRING_VALUE"}}}'
outil user_info_v2

Informations utilisateur V2

Informations utilisateur V2

Arguments

Nom Type Obligatoire Description
sec_uid string Non Sec uid
unique_id string Non ID unique
with_commerce_info string Non Avec informations commerciales

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_info_v2","arguments":{"sec_uid":"SOME_STRING_VALUE","unique_id":"SOME_STRING_VALUE","with_commerce_info":"SOME_STRING_VALUE"}}}'
outil user_playlist

Liste de lecture utilisateur

Liste de lecture utilisateur

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec uid
count string Non Nombre de résultats à retourner
cursor string Non Curseur

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_playlist","arguments":{"sec_uid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
outil user_posts

Publications utilisateur

Publications utilisateur

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec uid
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil
from string Non Depuis
with_play_token string Non Avec jeton de lecture

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_posts","arguments":{"sec_uid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE","from":"SOME_STRING_VALUE","with_play_token":"SOME_STRING_VALUE"}}}'
outil user_posts_liked

Publications aimées par l'utilisateur

Publications aimées par l'utilisateur

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec uid
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil
from string Non Depuis

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_posts_liked","arguments":{"sec_uid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE","from":"SOME_STRING_VALUE"}}}'
outil user_posts_oldest

Publications utilisateur les plus anciennes

Publications utilisateur les plus anciennes

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec uid
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil
from string Non Depuis

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_posts_oldest","arguments":{"sec_uid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE","from":"SOME_STRING_VALUE"}}}'
outil user_repost

Repartage utilisateur

Repartage utilisateur

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec uid
count string Non Nombre de résultats à retourner
cursor string Non Curseur

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_repost","arguments":{"sec_uid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
outil user_story

Story utilisateur

Story utilisateur

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec uid
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil

Exemples de code

curl -X POST \ 'https://mcp.pressmonitor.com/tiktok/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_story","arguments":{"sec_uid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'