Uploads

Complete an upload

Finalize an image upload after the file has been uploaded to the pre-signed URL. Returns the public URL of the uploaded image asset.

post/v1/uploads/{emailAssetId}/complete

Response

Upload completed.

emailAssetIdstring required

The ID of the created asset.

finalUrlstring required

The public URL of the uploaded asset.

Changes