Version 3.0.05 (2025-04-06 19:46)
| Returns | Method | Path | Description | Request Parameters |
|---|---|---|---|---|
text/html | GET | / | Prints an overview of all API functions. | |
application/json | GET | /load/{urn} | Retrieves a media object from this media repository. | format |
application/json | POST | /save | Stores a media object in this media repository. | user, pass, auth, mime, data |
application/json | POST | /drop/{urn} | Drops a media object from this media repository. | user, pass, auth |
Retrieves a media object from this media repository.
GETString urn (required)String format (required, default: BINARY)| BINARY | Binary media data (default). |
| BASE64 | Media data Base64 encoded. |
application/jsonStores a media object in this media repository.
This operation is only available to authenticated users, which have the RESOURCE.*
permissions.
There are two methods of authentication:
user and passauthPOSTapplication/x-www-form-urlencoded.String user (optional)String pass (optional)String auth (optional)String mime (optional)String data (optional)application/jsonDrops a media object from this media repository.
This operation is only available to authenticated users, which have the RESOURCE.*
permissions.
There are two methods of authentication:
user and passauthPOSTapplication/x-www-form-urlencoded.String urn (required)String user (optional)String pass (optional)String auth (optional)application/json