/
/Etherpad Go API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 18m ago · Updated 1mo ago
Auth1
  • getCheck API token
Authors5
  • postCreate a new author
  • postCreate an author if not exists for a mapper
  • getGet an author
  • getGet author name
  • getGet all pads of an author
Chat2
  • postAppend a chat message
  • getGet chat history
Export2
  • getExport a pad
  • getExport a pad
Groups3
  • postCreate a new group
  • deleteDelete a group
  • postCreate a pad in a group
Health1
  • getHealth check endpoint
Import1
  • postImport a file into a pad
Pads23
  • getList all pads
  • getGet pad ID from read-only ID
  • postCreate a new pad
  • deleteDelete a pad
  • postAppend text to a pad
  • getGet attribute pool of a pad
  • getList authors of a pad
  • getGet chat head
  • getGet pad HTML
  • postSet pad HTML
  • getGet last edited timestamp
  • getGet read-only ID
  • postRestore a revision
  • getGet revision changeset (optional rev)
  • getGet revisions count
  • postSave a revision
  • getList saved revisions
  • getGet saved revisions count
  • getGet pad text
  • postSet pad text
  • getGet users currently in a pad
  • getGet count of users in a pad
  • getGet revision changeset
    Authors

    Create a new author

    Creates a new author with the specified name

    post/admin/api/author

    Request body

    namestring required

    Example request

    {
      "name": "John Doe"
    }

    Response

    OK

    authorIdstring

    Example response

    {
      "authorId": "a.s8oes9dhwrvt0zif"
    }

    Changes