Skip to content

POST/api/v1/platform/tenants/{tenantId}/media/upload-url

Parameters 1

NameTypeDescription
tenantIdrequiredpath · integer

ReturnsResponseUploadUrlResponse

AcceptsCreateUploadUrlRequest

Response examples

200OK

*/* example derived from schema

{
  "statusCode": 0,
  "statusMessage": "string",
  "data": {
    "assetId": 0,
    "uploadUrl": "string",
    "expiresAt": "2024-01-15T09:30:00Z",
    "headers": {}
  },
  "errors": [
    {
      "code": "string",
      "message": "string",
      "field": "string"
    }
  ]
}

Directwerk — whitelabel publication infrastructure