action synq_details { label: "Return details about a video." description: "Return details about a video. You may optionally request that only some of the metadata fields are returned." provider: synq method: POST path: "/video/details" encoding: json output: { type: "object" additionalProperties: true } }