Skip to content

Latest commit

History

History
13 lines (10 loc) 路 818 Bytes

API.md

File metadata and controls

13 lines (10 loc) 路 818 Bytes

API

Description Endpoint
Create a book POST /api/v1/books
Check the status of an in progress book GET /api/v1/books/:id/status
Download an ebook as a file GET /api/v1/books/:id/download
Send the ebook to an email GET /api/v1/books/:id/email
Check versions compatible with the server GET /api/v1/version

View the OAS 3.0 specification here

View OAS 3.0 specification with Swagger UI here