v1

latestSwagger 2.0Apache 2.02026-07-17383679.6 KB
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

codeinteger
messagestring

Example response

{
  "data": {
    "directDatabaseAccess": true
  },
  "message": "ok"
}