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