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.
Base URLs
Authentication
Most endpoints require:Content type
Neuro-Pay expects JSON request bodies:Amounts and identifiers
- Checkout
amountvalues are sent in minor units. - Invoice responses return decimal amounts.
- Resource identifiers are typically returned as strings such as:
customer_idcheckout_idinvoice_idcid
Response style
The API returns plain JSON objects and arrays. A typical response looks like:Error handling
Common patterns include:400 Bad Requestfor missing parameters or invalid values403 Forbiddenfor missing, invalid, or expired API keys404 Not Foundfor some lookup endpoints such as token or profile fetches