Skip to main content
POST
/
3
/
list
/
{list_id}
/
add_item
Add Movie
curl --request POST \
  --url https://api.themoviedb.org/3/list/{list_id}/add_item \
  --header 'Content-Type: application/json' \
  --data '
{
  "media_type": "movie"
}
'

Path Parameters

list_id
string
required

Query Parameters

session_id
string
required
Example:

""

Body

application/json
media_type
enum<string>
Available options:
movie,
tv
Example:

"movie"

Response

200 - undefined