AgentUtility Movie Info is a paid API for AI agents from x402.agentutility.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).
Looks up movie and TV show metadata including title, release year, rating, overview, poster, and streaming provider availability via TMDB.
Looks up movie and TV metadata: title, release year, rating, overview, poster, and optional streaming providers. Same TMDB-backed response as movie-database with a compact search slug for agents. Use it as a movie info API, film metadata lookup, or TV metadata lookup.
Returns structured movie or TV metadata including title, release year, audience rating, plot overview, poster image URL, and optionally a list of streaming providers where the title is available — all sourced from TMDB with a compact search slug optimized for agent use.
POSThttps://x402.agentutility.ai/movie-infoChoose this endpoint when an agent needs quick, structured movie or TV show metadata (rating, year, overview, poster, streaming links) in a single call with USDC micropayment via x402. Prefer over raw TMDB API calls when you want a pre-packaged, agent-friendly response with a compact search slug and no API key management.
{
"type": "json",
"example": {
"query": "Dune Part Two",
"returned": 1,
"top_match": {
"type": "movie",
"title": "Dune: Part Two",
"tmdb_id": 693134,
"release_year": 2024,
"vote_average": 8.1
},
"attribution": "Data: TMDB (https://www.themoviedb.org). Watch-provider data from JustWatch where included.",
"provider_summary_for_top_match": {
"rent": [
{
"name": "Amazon Video"
}
],
"region": "US",
"flatrate": [
{
"name": "Max"
}
]
}
}
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"