Build Content Access APIs
What this is
Content access APIs expose BotGentz's books, audiobooks, video and audio catalog programmatically, building on getCourseById() and getCourseChapters() — the same functions already powering the reading and listening experience inside BotSurf, made available for an external app to query directly.
How it works
A request for a specific piece of content returns the same structured chapter/course data the internal reader already works with, meaning a third-party app can build its own reading or listening interface against real BotGentz content without duplicating the underlying catalog.
Holding BOT for this path
Content access is lighter-weight than voice or agent execution, but still expected to run through the standard developer BOT-holding requirement for API access — the exact metering model (flat access vs. per-request) is likely to be lighter than the compute-heavy categories, confirmed as pricing details are finalized.
Related paths in API Integration