POST /_system/assets/stream
Upload a file to the system with streaming support (max 500MB)
Upload a file to the system with streaming support (max 500MB)
| Key | Type | Example | |
|---|---|---|---|
| authorization required | string |
"Bearer your-jwt-token"
|
{
"name": "example-string",
"type": "example-string",
"assets_guid": "example-string"
}
{
"success": false,
"error": "HTTP_401",
"message": "Error response"
}
| Error Code | Description |
|---|---|
| HTTP_400 | Upload error (file too big, invalid directory, etc.) |
| HTTP_401 | HTTP 401 error |
| permission | description |
|---|---|
BearerAuth |
JWT access token obtained from login endpoint required |
Back to System Assets Return to the System Assets category to view other endpoints All API Categories Browse all available API categories