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.
cURL
curl --request GET \ --url https://api.apiany.ai/v1/models \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "nano-banana", "object": "model", "type": "image", "display_name": "Nano Banana", "status": "active", "owned_by": "APIAny.AI", "pricing": {}, "parameters": {} } ], "object": "list" }
Returns the public APIAny.AI model catalog visible to the API key.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Model list.
Show child attributes
"list"