Import
Import a file into a pad
Imports the content of a file into an existing or new pad. Supported formats: txt, html, htm, etherpad, docx, doc, odt, rtf, pdf
post/p/{pad}/import
Path parameters
padstring required
Pad ID
Response
OK
Example response
{
"data": {
"directDatabaseAccess": true
},
"message": "ok"
}