Appearance
POST/api/v1/media/upload-url
ReturnsResponseUploadUrlResponse
AcceptsCreateUploadUrlRequest
Response examples
200OK
{
"statusCode": 0,
"statusMessage": "string",
"data": {
"assetId": 0,
"uploadUrl": "string",
"expiresAt": "2024-01-15T09:30:00Z",
"headers": {}
},
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}