* A new database with the name <b>XMark</b> is created. If XML input is sent in the HTTP body, the resulting database resource will be called <b>XMark.xml</b>:<br/><code><nowiki>http://admin:admin@localhost:8984/rest/XMark</nowiki></code>
* A new database is created, and no whitespaces will be removedfrom the passed on XML input ({{Mark|since Version 7.1.1}}):<br/><code><nowiki>http://admin:admin@localhost:8984/rest/XMark?chop=false</nowiki></code>
* The contents of the HTTP body will be taken as input for the document <b>one.xml</b>, which will be stored in the <b>XMark</b> database:<br/><code><nowiki>http://admin:admin@localhost:8984/rest/XMark/one.xml</nowiki></code>