Randomlovecraft
Connector for the randomlovecraft API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://randomlovecraft.com/api - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_books— GET /books — List all booksget_sentences_from_book— GET /books/{id}/sentences — Random sentences from a specific bookget_sentences— GET /sentences — A random sentenceget_specific_sentence— GET /sentences/{id} — A specific sentence
Inputs
apiKey— your randomlovecraft API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_books
apiKey: <your key>