API referenceBooks
List cookbooks by author
Authorization
bearerAuth AuthorizationBearer <token>
A Clerk session JWT. Obtain one with a Clerk frontend SDK
(session.getToken()) or, for server-to-server use, with a Clerk
machine token. The token's sub claim is the Flambe user id that scopes
every request.
In: header
Query Parameters
name*string
Author name.
limit?integer
Range
1 <= value <= 40Default
20Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/books/by-author?name=Samin+Nosrat"{ "books": [ {} ]}Register (legacy) POST
Legacy username/password registration, retained for older clients. Authentication is handled by Clerk now — see the [Authentication guide](https://docs.flambe.dev/docs/guides/authentication).
Search cookbooks GET
Looks up cookbooks by title, for attributing a recipe to a book. Backed by an external bibliographic catalogue.