find-scene
Installation
SKILL.md
find-scene API Skill
Search and download movie/TV show scenes by dialog, time, or visual description.
Authentication
Every API request requires a _token field in the JSON body.
{ "_token": "user-api-token", ...other fields }
How to get a token
- Go to https://find-scene.com and sign in
- In the chat, ask the bot to "generate an API token"
- The bot will return a token string — keep it secret
- Include it as
_tokenin every API request body