Download an asset
POST/v1/assets/download
Download a Matrix asset using its mxc:// or localmxc:// URL to the device running Beeper Desktop and return the local file URL.
Download an asset
curl http://localhost:23373/v1/assets/download \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $BEEPER_ACCESS_TOKEN" \
-d '{
"url": "mxc://example.org/Q4x9CqGz1pB3Oa6XgJ"
}'{
"error": "error",
"srcURL": "srcURL"
}Returns Examples
{
"error": "error",
"srcURL": "srcURL"
}