Finds a TV actor or crew member by name and returns their full profile including birthdate, nationality, and the shows they have appeared in. Returns the person's credits in the same call, so you can see their complete TV career at once.
You want an actor's profile or the list of shows a person has appeared in.
Listing the cast of a known show (use the cast operation), or finding a show.
0.1 credits / lookup
Set these inside the intent when you run it.
The name of the actor or crew member to look up.
The person's profile with biography details and a list of shows they have appeared in with their character names.
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_person","person":"Meryl Streep"}}'Example requests