Documentation Index
Fetch the complete documentation index at: https://docs.ai-stats.phaseo.app/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Pattern
Most calls follow this shape:path:Map<String, String>for path params, ornull.query:Map<String, String>for query params, ornull.extraHeaders: extra request headers, ornull.bodyJsonString: raw JSON body string for POST/PATCH, ornull.
Recommended
- Keep a small helper that builds path/query maps.
- Centralize JSON serialization in your app layer.
- Start from endpoint-specific examples in this section.