Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Authentication Method
/api/v1/*
Authorization: Bearer YOUR_API_SECRET
curl -X POST https://api.maxapi.io/api/v1/task/submit \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_SECRET" \ -d '{"model": "nano-banana", "input": {"prompt": "hello"}}'
{ "code": 401, "msg": "unauthorized" }