The Platform API is the control-plane surface behind the NeuronSearchLab console. Use it for tenant administration, console automation, and internal tools that need to read or mutate control-plane configuration.Documentation Index
Fetch the complete documentation index at: https://docs.neuronsearchlab.com/llms.txt
Use this file to discover all available pages before exploring further.
Use this API when you need console data, tenant administration, model and training workflows, analytics, billing, or internal automation. If you are looking to serve recommendations, ingest application events, or manage catalog items for your app experience, use the Core API instead.
Core API vs Platform API
The Platform API is for trusted console and automation workflows. It is not the serving path for end-user recommendation traffic.Base URL
Authentication
Platform routes accept either:- a signed-in console session, or
- an API key in the
Authorizationheader.
Scopes
| Scope | Intended access |
|---|---|
admin | Full tenant administration routes |
recommendations | Reserved for recommendation-related internal tools |
events | Event configuration and event automation routes |
items | Catalog item automation routes |
admin. Routes that support narrower keys document the required scope on each resource page.
Error Format
Platform API errors return a simple JSON envelope:400, 401, 403, 404, and 500.
The Platform API uses a different error shape than the Core API. Core API integrations should rely on the structured
error.type / error.code / error.message envelope documented in the Core API introduction.
