0
1
KKKhalid Khan
Create a new Document. Before using this route, you should create a new collection resource using either a server integration API or directly from your database console.
Shortcut: appwrite.web.createdoc
let promise = sdk.database.createDocument('[Collection_ID]', '[Document_ID]', {});