Get film genres
documentedList film genres.
GET /films/genresFilmsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
Note: Letterboxd API docs show the base URL format and the GET /films/genres endpoint. This endpoint requires OAuth2 authentication with an Authorization: Bearer token. See the Letterboxd API docs for GET /films/genres and base URL: https://api.letterboxd.com/api/v0/films/genres. ([api-docs.letterboxd.com](https://api-docs.letterboxd.com/))
npx -y keychains@latest curl "https://api.letterboxd.com/api/v0/films/genres" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"