V1
Vector search within a book version
Perform a vector (semantic) search within a specific book version. Requires bearer token authentication.
get/v1/vector-search/{bookId}/{versionId}
Path parameters
bookIdstring required
The ID of the book to search within
versionIdstring required
The version ID of the book to search within
Query parameters
qstring required
Search query
include_chapters'true' | 'false'
Whether to include chapter metadata in results
include_details'true' | 'false'
Whether to include book details in each result
pageinteger
Page number for pagination
limitinteger
Number of results per page
Response
Vector search results retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.