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