Documentation Index
Fetch the complete documentation index at: https://docs.neuro-tech.io/llms.txt
Use this file to discover all available pages before exploring further.
API basics
Base URL
All API requests are made to:HTTP methods
| Method | Usage |
|---|---|
GET | Retrieve a resource or list of resources |
POST | Create a new resource |
PUT | Replace an existing resource |
PATCH | Partially update a resource |
DELETE | Remove a resource |
Request structure
Requests should include the following headers:Response structure
All responses are returned as JSON with the following envelope:Pagination
List endpoints support cursor-based pagination viacursor and limit query parameters: