TxtBear Platform API
TxtBear uses a simple RESTful API.
General information
- Supported formats - What format would you like your API response to be?
- Error handling - What happens when things go wrong?
- Rights management - How to authenticate your requests.
Service: book
Perhaps the most important service on TxtBear, the book service allows you to upload, manage, list and delete documents.
- book/create - Create a new document/ebook
- book/delete - Delete a document/ebook
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
