Methods: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.
client.ListFiles(), client.RetrieveFile(), client.RetrieveFileContent().
ListFiles() is available in the wrapper, but GET /files currently returns file_list_not_supported_with_shared_gateway_key
when you use the shared gateway key. Persist uploaded file ids and retrieve them directly instead.The Go wrapper still does not provide a first-class multipart upload helper for
POST /files. Use direct REST or the generated
client if you need to experiment with upload wiring.