TxtBear Platform API

TxtBear uses a simple RESTful API.

General information

Service: book

Perhaps the most important service on TxtBear, the book service allows you to upload, manage, list and delete documents.

Service: id

The id service is responsible for user accounts. With this you can create users (register) and create sessions (login) as well use some features relating to those pesky activation emails.

  • id/check - Check whether an email address is registered
  • id/register - Create a new account
  • id/resend - Resend an activation email
  • id/activate - Activate an account using an activation token
  • id/login - Create a new session and get it's token