AddSignstackFilesReq

  • files
    Type: array object[]
    required

    Array of files to upload

    • contentType
      Type: string
      required

      MIME type of the file (e.g., 'application/pdf')

    • fileName
      Type: string
      required

      Name of the file

    • hashAlgorithm
      Type: string

      Hash algorithm used (e.g., 'SHA-256')

    • hashContent
      Type: string

      SHA-256 hash of file content for integrity verification

    • sizeBytes
      Type: integer

      Size of the file in bytes

    • storagePath
      Type: string

      Optional storage path

  • type
    Type: stringenum
    required

    Type of files being uploaded

    values
    • Envelopes
    • Documents