Skip to main content
POST
Complete an upload

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

emailAssetId
string
required

The emailAssetId returned when the upload was created via POST /v1/uploads.

Response

Upload completed.

emailAssetId
string
required

The ID of the created asset.

finalUrl
string
required

The public URL of the uploaded asset.

Last modified on July 20, 2026