videosphere
    Preparing search index...
    • POST(
          req: NextRequest,
          props: { params: Promise<{ jobId: string }> },
      ): Promise<NextResponse<unknown>>

      Handles POST requests for this route.

      Parameters

      • req: NextRequest

        The incoming request object.

      • props: { params: Promise<{ jobId: string }> }

        Component props.

      Returns Promise<NextResponse<unknown>>

      A response describing the request result.