action hillbillysoftware_get_imdbid_get_async { label: "Gets list of avaiable IMDB ids from Movies and TV Show databases, you can use those to query other end points that need ID's" provider: hillbillysoftware method: GET path: "/GetIMDBid/ByID/{AccessToken}/{Query}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Query: { type: "string" } } required: ["AccessToken", "Query"] additionalProperties: false } output: { type: "object" additionalProperties: true } }