; Examples
* <code>localhost:8984/rest/XMark</code>:<br/>A new database with the name <b>XMark</b> is created. If XML input is sent in the HTTP body, the resulting databasse document database resource will be called <b>XMark.xml</b>.* :<br/><code><nowiki>http://admin:admin@localhost:8984/rest/XMark</one.xmlnowiki></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>
An HTTP response with status code <code>201</code> (CREATED)