v4

latestOpenAPI 3.1.02026-07-3163216290.7 KB
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.

Example response

{
  "emailAssetId": "cla3s5s7e9t1i3d5f7g9h1j3",
  "finalUrl": "https://assets.loops.so/cla3s5s7e9t1i3d5f7g9h1j3/logo.png"
}