{"@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"}
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 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.
| method | path | what the vendor says it does |
|---|---|---|
GET | /appendChatMessage | appends a chat message pad |
POST | /appendChatMessage | appends a chat message pad |
GET | /checkToken | returns ok when the current api token is valid pad |
POST | /checkToken | returns ok when the current api token is valid pad |
GET | /createAuthor | creates a new author author |
POST | /createAuthor | creates a new author author |
GET | /createAuthorIfNotExistsFor | this functions helps you to map your application author ids to Etherpad author ids author |
POST | /createAuthorIfNotExistsFor | this functions helps you to map your application author ids to Etherpad author ids author |
GET | /createGroup | creates a new group group |
POST | /createGroup | creates a new group group |
GET | /createGroupIfNotExistsFor | this functions helps you to map your application group ids to Etherpad group ids group |
POST | /createGroupIfNotExistsFor | this functions helps you to map your application group ids to Etherpad group ids group |
GET | /createGroupPad | creates a new pad in this group group |
POST | /createGroupPad | creates a new pad in this group group |
GET | /createPad | creates a new (non-group) pad. Note that if you need to create a group Pad, you should call createGroupPad pad |
POST | /createPad | creates a new (non-group) pad. Note that if you need to create a group Pad, you should call createGroupPad pad |
GET | /createSession | creates a new session. validUntil is an unix timestamp in seconds session |
POST | /createSession | creates a new session. validUntil is an unix timestamp in seconds session |
GET | /deleteGroup | deletes a group group |
POST | /deleteGroup | deletes a group group |
GET | /deletePad | deletes a pad pad |
POST | /deletePad | deletes a pad pad |
GET | /deleteSession | deletes a session session |
POST | /deleteSession | deletes a session session |
GET | /getAuthorName | Returns the Author Name of the author author |
POST | /getAuthorName | Returns the Author Name of the author author |
GET | /getChatHead | returns the chatHead (chat-message) of the pad pad |
POST | /getChatHead | returns the chatHead (chat-message) of the pad pad |
GET | /getChatHistory | returns the chat history pad |
POST | /getChatHistory | returns the chat history pad |
GET | /getHTML | returns the text of a pad formatted as HTML pad |
POST | /getHTML | returns the text of a pad formatted as HTML pad |
GET | /getLastEdited | returns the timestamp of the last revision of the pad pad |
POST | /getLastEdited | returns the timestamp of the last revision of the pad pad |
GET | /getPublicStatus | return true of false pad |
POST | /getPublicStatus | return true of false pad |
GET | /getReadOnlyID | returns the read only link of a pad pad |
POST | /getReadOnlyID | returns the read only link of a pad pad |
GET | /getRevisionsCount | returns the number of revisions of this pad pad |
POST | /getRevisionsCount | returns 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.