Skip to main content
POST

Authorizations

Authorization
string
header
required

Scoped API key issued in PostOnce Settings. OAuth authorization grants are not currently supported.

Body

application/json
filename
string
required

Original file name including extension.

Example:

"launch-image.png"

content_type
enum<string>
required

MIME type of the file being uploaded.

Available options:
image/jpeg,
image/png,
image/webp,
video/mp4,
video/quicktime,
video/webm
Example:

"image/png"

Response

Signed upload URL created successfully.

data
object