Tools
tmdb_recommendations
Run the tmdb_recommendations tool. Returns a clean, normalized JSON shape.
POST
tmdb_recommendations
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the tmdb_recommendations tool. Returns a clean, normalized JSON shape.
curl --request POST \
--url https://api.fetchbean.com/v1/tmdb_recommendations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"type": "<string>",
"similar": true,
"page": 500
}
'{}Was this page helpful?
curl --request POST \
--url https://api.fetchbean.com/v1/tmdb_recommendations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"type": "<string>",
"similar": true,
"page": 500
}
'{}