v93

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
Media

Register uploaded email image

Idempotently registers a completed company-scoped image upload in the shared media library and returns its hosted URL.

post/media/complete-upload

Request body

keystring required
filenamestring required
contentTypestring required
fileSizeBytesinteger required
widthinteger
heightinteger
altTextstring required

Example request

{
  "contentType": "image/png"
}

Response

Image registered

successboolean