Bookshelf Scanner API Docs
Please contact me at alexandre@devforgoodcollective.com to get the API URL and key.
Scan Books
POST
/scan-bookshelf
Send a base64 image and receive a list of detected books, with multiple choices per book detected.
Headers
Name
Value
Content-Type
application/json
x-api-key
<api_key>
Body
Name
Type
Description
image_base64
string
Base64 image:
max: 10Mo
jpeg/png/gif/webp
Starts with
data:image/
Response
Last updated