Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get to know the supported response format in TMDB
callback
curl --request GET \ --url 'https://api.themoviedb.org/3/search/movie?query=Batman&callback=test' \ --header 'Authorization: Bearer ACCESS_TOKEN' \ --header 'accept: application/json'