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.

Example:

"cla3s5s7e9t1i3d5f7g9h1j3"

Response

Upload completed.

emailAssetId
string
required

The ID of the created asset.

Example:

"cla3s5s7e9t1i3d5f7g9h1j3"

finalUrl
string
required

The public URL of the uploaded asset.

Example:

"https://assets.loops.so/cla3s5s7e9t1i3d5f7g9h1j3/logo.png"

Last modified on July 20, 2026