PixMind Docs
Api reference

List models

Returns the models and capabilities available to the authenticated project.

GET
/models

Returns the models and capabilities available to the authenticated project.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/models"
{  "data": [    {      "id": "nano-banana-pro",      "name": "string",      "type": "image",      "capabilities": [        "string"      ]    }  ]}