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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Generate.Concat {
    public var v2: V2 {
        V2(path: path + "/v2")
    }

    public struct V2 {
        /// Path: `/api/generate/concat/v2`
        public let path: String

        /// Concat Generations V2
        public func post(_ body: GenAPI.GenConcatSpec) -> Request<GenAPI.GeneratedClipSchema> {
            Request(path: path, method: "POST", body: body, id: "studio_api_bots_generate_api_concat_generations_v2")
        }
    }
}
