Skip to main content
POST
Upload media from URL

Authorizations

Authorization
string
header
required

Workspace API key from Settings → Public API.

Body

application/json
url
string
required

Public HTTPS URL of an image or MP4 file.

Example:

"https://cdn.example.com/launch-image.png"

Response

id
string<uuid>
required
Example:

"4cb8c6af-7111-4e5d-a7cd-846c9293d4c1"

name
string
required
Example:

"launch-image.png"

path
string
required
Example:

"https://postlybee.com/uploads/2026/08/launch-image.png"

thumbnail
string | null
Example:

"https://postlybee.com/uploads/2026/08/launch-image-thumb.png"

alt
string | null
Example:

"Product launch graphic"

Last modified on August 26, 2026