Billing Rules
Billing is only required for generating or expanding music slices. Endpoints for generating lyrics or querying are free.
Basic API Configuration
Base URL: /api/v1
Headers Parameters:
{
"api-key": "Your API Key",
}
注意
The parameter is api-key
instead of api_key
.
API to Query Remaining Points in Account
This interface is used to query the remaining number of audio generations available in your account. Simply make a GET
request with the headers
information.
Path: /user/balance
Method: GET
Type: application/json
Response Result:
{'points': 888}