Skip to main content
POST
iOS — Initiate direct-to-S3 multipart upload to replace an existing slot

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Path Parameters

file
integer
required

DealFolderFile ID (slot ID).

Example:

5

Body

application/json
file_name
string
required

Original file name (max 500 chars).

Example:

"reel-v2.mp4"

file_size
integer
required

File size in bytes. Max 250 MB (262144000 bytes).

Example:

10215040

file_mime_type
string
required

MIME type of the file (max 255 chars).

Example:

"video/mp4"

Response

Replace-upload session created with presigned part URLs

status
string
Example:

"success"

data
object