Pages
Begin content export
Initiate an export of content for the given page.
post/docs/{docId}/pages/{pageIdOrName}/export
Path parameters
docIdstring required
ID of the doc.
pageIdOrNamestring required
ID or name of the page. Names are discouraged because they're easily prone to being changed by users. If you're using a name, be sure to URI-encode it. If you provide a name and there are multiple pages with the same name, an arbitrary one will be selected.
Request body
Response
Export page content response.
Example response
{
"id": "AbCDeFGH",
"status": "complete",
"href": "https://docs.superhuman.com/apis/v1/docs/somedoc/pages/somepage/export/some-request-id"
}