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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Gen.WithClipId {
    public var key: Key {
        Key(path: path + "/key")
    }

    public struct Key {
        /// Path: `/api/gen/{clip_id}/key`
        public let path: String

        /// Get Cached Value
        public var get: Request<GenAPI.KeySchema> {
            Request(path: path, method: "GET", id: "studio_api_bots_gen_api_get_audio_feature_key_v1")
        }
    }
}
