MCPcopy Create free account
hub / github.com/fmhy/edit / createDirectUpload

Method createDirectUpload

api/worker-configuration.d.ts:14635–14635  ·  view source on GitHub ↗

* Creates a direct upload that allows video uploads without an API key. * @param params Parameters for the direct upload * @returns The direct upload details. * @throws {BadRequestError} if the parameters are invalid * @throws {RateLimitedError} if the server received too many requests

(
    params: StreamDirectUploadCreateParams
  )

Source from the content-addressed store, hash-verified

14633 * @throws {InternalError} if an unexpected error occurs
14634 */
14635 createDirectUpload(
14636 params: StreamDirectUploadCreateParams
14637 ): Promise<StreamDirectUpload>
14638 videos: StreamVideos

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected