Sign in

Insert comment thread

documented

Create a new top-level comment thread.

POST /commentThreadsCommentThreadsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.googleapis.com/youtube/v3/commentThreads?part=snippet" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"snippet": {"channelId": "{{$channel_id}}", "videoId": "{{$video_id}}", "topLevelComment": {"snippet": {"textOriginal": "{{$textOriginal}}"}}}}'
Insert comment thread · YouTube · OpenIntegrations