v1

latestOpenAPI 3.0.02026-07-2417611.8 MB
Authoring resources

Create a new resource.

Use this endpoint to create a new resource with the binary data that is provided in the request body. If the md5 checksum parameter is provided, the uploaded resource is validated against the provided checksum.<br />User roles: admin, manager, editor

post/authoring/v1/resources

Query parameters

namestring required

Provide a name for the resource that you want to create.

md5string

Provide the Base64 encoded MD5 checksum of the resource.

Headers

Content-Typestring required

Provide the media type of the binary.

Response

Successfully created a new resource and the ID is returned.

idstring required

Example response

{
  "id": "2322e04f11e47edbc6505ad8294ebd70"
}