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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Gen.WithClipId.AlignedLyrics {
    public var v2: V2 {
        V2(path: path + "/v2")
    }

    public struct V2 {
        /// Path: `/api/gen/{clip_id}/aligned_lyrics/v2`
        public let path: String

        /// Get Aligned Lyrics V2
        public var get: Request<GenAPI.AlignedLyricsV2Schema> {
            Request(path: path, method: "GET", id: "studio_api_bots_gen_api_get_aligned_lyrics_v2")
        }

        /// Regenerate Aligned Lyrics
        public var post: Request<GenAPI.AlignedLyricsV2Schema> {
            Request(path: path, method: "POST", id: "studio_api_bots_gen_api_regenerate_aligned_lyrics")
        }
    }
}
