Matrix Client-Server Content Repository API
Number of APIs: 6
-
Upload some content to the content repository. POST {{baseUrl}}/upload?filename=War and Peace.pdf
-
Download a thumbnail of content from the content repository GET {{baseUrl}}/thumbnail/:serverName/:mediaId?width=64&height=64&method=scale&allow_remote=true
-
Get information about a URL for a client GET {{baseUrl}}/preview_url?url=https://matrix.org&ts=1510610716656
-
Get the configuration for the content repository. GET {{baseUrl}}/config
-
download/{server Name}/{media Id} - Download content from the content repository. GET {{baseUrl}}/download/:serverName/:mediaId?allow_remote=true
-
download/{server Name}/{media Id} - Download content from the content repository overriding the file name GET {{baseUrl}}/download/:serverName/:mediaId/:fileName?allow_remote=true