API 参考Endpoints
List API Platform pricing
Returns the model and service billing configuration for the API key's application.
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": {} }}{ "code": 0, "message": "string"}