Sign in

Add story comment

documented

Post a comment to a story.

POST /story/{id}/commentsStoriesno 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://api.letterboxd.com/api/v0/story/{{$story_id}}/comments" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"comment": "{{$comment}}"}'
Add story comment · Letterboxd · OpenIntegrations