Public

No

Request

Request

Object containing the following properties:

PropertyType
metadataObject with properties:
    files (*)Array of objects:
    • multipart: boolean
    • path: string
    • mime: string (nullable)
    • contentLength: string

    (*) Required.

    Response

    Response

    Object containing the following properties:

    PropertyType
    upload (*)Object with properties:
    • files: Array of objects:
      • presignedChunks: Array of objects:
        • url: string
        • partNumber: number
        • contentLength: string
        • offset: string
      • path: string
      • mime: string (nullable)
      • contentLength: string
    • id: string
    • metadata: Object with properties:
      • bucket: string
      • contentLength: string
      • createdAt: string
      • updatedAt: string
      • completedAt: string (nullable)

      (*) Required.