action synq_query { label: "Perform a JavaScript query to return video objects matching any desired criteria." description: "Find videos matching any criteria, by running a JavaScript function over each video object. A detailed tutorial on how to use this functionality is available on the [documentation page](https://www.synq.fm/queries-video-api/)." provider: synq method: POST path: "/video/query" encoding: json output: { type: "object" additionalProperties: true } }