- Development
- CMS Developer Docs
- Upload an asset.
Upload an asset.
POST
/{workspaceIdOrAlias}/projects/{projectIdOrAlias}/assets/uploads
Issue an URL and a token to upload an asset.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” workspaceIdOrAlias
required
string
ID or alias of the workspace
projectIdOrAlias
required
string
ID or alias of the project
Request Body
Section titled “Request Body ”object
name
string
contentLength
integer
contentType
string
contentEncoding
string
cursor
string
Responses
Section titled “ Responses ”Asset upload
object
url
string
token
string
contentType
string
contentLength
integer
contentEncoding
string
next
string
Invalid request parameter value
Access token is missing or invalid
Not found