Skip to main content
POST
/
v1
/
tmdb_recommendations
tmdb_recommendations
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
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
id
required
type
string
similar
boolean
page
integer
Required range: 1 <= x <= 1000

Response

Success

The response is of type object.