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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Generate.WithClipId {
    public var describe: Describe {
        Describe(path: path + "/describe")
    }

    public struct Describe {
        /// Path: `/api/generate/{clip_id}/describe`
        public let path: String

        /// Describe Upload
        public var post: Request<GenAPI.AudioDescriptionResponse> {
            Request(path: path, method: "POST", id: "studio_api_bots_generate_api_describe_upload")
        }
    }
}
