Skip to main content
POST
Upload File into Media Storage

Headers

Authorization
string
required

Access Token

Example:

"Bearer 9c48df2694a849b6089f9d0d3513efe"

Body

multipart/form-data
file
file
hosted
boolean
fileUrl
string
name
string

Response

200 - application/json

Successful response

fileId
string
required

ID of the uploaded file

Example:

"file.pdf"

url
string
required

Google Cloud Storage URL of the uploaded file

Example:

"https://storage.googleapis.com/bucket-name/path/to/file.pdf"

Last modified on March 8, 2026