cURL
curl --request POST \ --url 'https://api.themoviedb.org/3/list/{{list_id}}/add_item' \ --header 'Content-Type: application/json' \ --data ' { "media_id": 645757 } '
{ "status_code": 12, "status_message": "The item/record was updated successfully.", "success": true }
Add a movie to a list.
Documentation IndexFetch the complete documentation index at: https://chisa.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://chisa.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
"596cf761bccb080266249540bcdc13a0ea708109"
645757
Movie
12
"The item/record was updated successfully."
true