action hillbillysoftware_magnets_movie_by_id_get_async { label: "Try and find magnet links for queried movie. Feature not available on free plan, please donate to be able to use this feature" provider: hillbillysoftware method: GET path: "/Magnets/Search/{AccessToken}/{Query}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Query: { type: "string" } } required: ["AccessToken", "Query"] additionalProperties: false } output: { type: "object" additionalProperties: true } }