Searches for TV shows by title and returns ranked candidates, each with its network or streaming platform, genres, status, and a summary. Works with rough or partial titles, returning the best matches so you can confirm the right series.
You have a show title, possibly rough or ambiguous, and want the matching series.
Finding a person, or pulling full details once you know the show.
0.1 credits / search
Set these inside the intent when you run it.
The TV show title to search for. Fuzzy matching is supported.
A ranked list of matching shows with title, network or streaming platform, genres, status, and summary.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the TV Shows skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/tv/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"find_show","show":"The Bear"}}'Example requests