// Generated by Create API
// https://github.com/CreateAPI/CreateAPI

import Foundation
import Get
import URLQueryEncoder

extension Paths.Gen.WithClipId {
    public var convertOpus: ConvertOpus {
        ConvertOpus(path: path + "/convert_opus")
    }

    public struct ConvertOpus {
        /// Path: `/api/gen/{clip_id}/convert_opus`
        public let path: String

        /// Generate Opus File
        public var post: Request<Void> {
            Request(path: path, method: "POST", id: "studio_api_bots_gen_api_generate_opus_file")
        }
    }
}
