PixMind Docs
API 参考Endpoints

List API Platform pricing

Returns the model and service billing configuration for the API key's application.

GET
/pricing

Returns the model and service billing configuration for the API key's application.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/pricing"
{  "code": 1000,  "data": {    "property1": {},    "property2": {}  }}