action synq_create { label: "Create a new video, optionally setting some metadata fields." description: "Create a new video, optionally setting some metadata fields. You may optionally set some of the metadata associated with the video. Only fields inside the \"userdata\" field can be set." provider: synq method: POST path: "/video/create" encoding: json output: { type: "object" additionalProperties: true } }