Sign in

Create list

documented

Create a new list.

POST /listsListsno 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/lists" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"published": {{$published}}, "name": "{{$name}}", "commentPolicy": "{{$commentPolicy}}", "sharePolicy": "{{$sharePolicy}}", "ranked": {{$ranked}}, "description": "{{$description}}", "clonedFrom": "{{$clonedFrom}}", "clonedList": "{{$clonedList}}", "tags": {{$tags}}, "entries": {{$entries}}}'
Create list · Letterboxd · OpenIntegrations