{"@context": "https://schema.org", "@type": "WebAPI", "name": "Etherpad API API", "description": "Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on your server, under your control.", "provider": {"@type": "Organization", "name": "etherpad.local"}, "documentation": "https://pads.mro.name/api/openapi.json"}
Index / APIs / etherpad.local

Etherpad API API

Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on your server, under your control.

Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.

Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.

base URLs: http://etherpad.local http://pads.mro.name/api/1.2.15

auth: a p i k e y

find it by capability: POST /search {"query":{"text":"..."}} returns these operations with their invocation detail. Connect any agent client.

Etherpad API v1.2.15

Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on your server, under your control.

methodpathwhat the vendor says it does
GET/appendChatMessageappends a chat message pad
POST/appendChatMessageappends a chat message pad
GET/checkTokenreturns ok when the current api token is valid pad
POST/checkTokenreturns ok when the current api token is valid pad
GET/createAuthorcreates a new author author
POST/createAuthorcreates a new author author
GET/createAuthorIfNotExistsForthis functions helps you to map your application author ids to Etherpad author ids author
POST/createAuthorIfNotExistsForthis functions helps you to map your application author ids to Etherpad author ids author
GET/createGroupcreates a new group group
POST/createGroupcreates a new group group
GET/createGroupIfNotExistsForthis functions helps you to map your application group ids to Etherpad group ids group
POST/createGroupIfNotExistsForthis functions helps you to map your application group ids to Etherpad group ids group
GET/createGroupPadcreates a new pad in this group group
POST/createGroupPadcreates a new pad in this group group
GET/createPadcreates a new (non-group) pad. Note that if you need to create a group Pad, you should call createGroupPad pad
POST/createPadcreates a new (non-group) pad. Note that if you need to create a group Pad, you should call createGroupPad pad
GET/createSessioncreates a new session. validUntil is an unix timestamp in seconds session
POST/createSessioncreates a new session. validUntil is an unix timestamp in seconds session
GET/deleteGroupdeletes a group group
POST/deleteGroupdeletes a group group
GET/deletePaddeletes a pad pad
POST/deletePaddeletes a pad pad
GET/deleteSessiondeletes a session session
POST/deleteSessiondeletes a session session
GET/getAuthorNameReturns the Author Name of the author author
POST/getAuthorNameReturns the Author Name of the author author
GET/getChatHeadreturns the chatHead (chat-message) of the pad pad
POST/getChatHeadreturns the chatHead (chat-message) of the pad pad
GET/getChatHistoryreturns the chat history pad
POST/getChatHistoryreturns the chat history pad
GET/getHTMLreturns the text of a pad formatted as HTML pad
POST/getHTMLreturns the text of a pad formatted as HTML pad
GET/getLastEditedreturns the timestamp of the last revision of the pad pad
POST/getLastEditedreturns the timestamp of the last revision of the pad pad
GET/getPublicStatusreturn true of false pad
POST/getPublicStatusreturn true of false pad
GET/getReadOnlyIDreturns the read only link of a pad pad
POST/getReadOnlyIDreturns the read only link of a pad pad
GET/getRevisionsCountreturns the number of revisions of this pad pad
POST/getRevisionsCountreturns the number of revisions of this pad pad

and 26 more operation(s) in this specification, all searchable.

specification origin: https://pads.mro.name/api/openapi.json

nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.