TemPolor-AI Music Api Platform
API Documents
TemPolor API PlatformCreate Music
API Documents
TemPolor API PlatformCreate Music
Discord
  1. Account
  • Get Started
    • Overview
    • Quickstart
    • Model and Pricing
  • API Reference
    • General Information
      • Domain and Authentication
      • Error Code
    • Song
      • Voice ID option table
      • Song Generation
        POST
      • Song Extension
        POST
      • Callback Interface
        POST
      • Query Task Status
        POST
    • Lyrics
      • Lyrics Generation
        POST
      • Callback Interface
        POST
      • Query Task Status
        POST
    • Instrumental
      • Instrumental Generation
        POST
      • Instrumental Extension
        POST
      • Callback Interface
        POST
      • Query Task Status
        POST
    • Audio Track Splitting
      • Create Task
        POST
      • Callback Interface
        POST
      • Query Task Status
        POST
    • Account
      • Query Information
        POST
  • Others
    • Feature List
  • Schemas
    • 示例数据模型
    • Schemas
      • Pet
      • Category
      • Tag
API Documents
TemPolor API PlatformCreate Music
API Documents
TemPolor API PlatformCreate Music
Discord
  1. Account

Query Information

POST
/open-apis/v1/account/billing
Query Balance

Request

Header Params

Body Params application/json

Example
{}

Request Code Samples

Shell
JavaScript
Java
Go
PHP
Python
Request Request Example
Shell
JavaScript
Java
Go
curl --location --request POST 'https://api.tempolor.com/open-apis/v1/account/billing' \
--header 'Authorization: Tempo-********************************-3w' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{}'

Responses

🟢200OK
application/json
Body

Example
{
    "status": 200000,
    "message": "success",
    "request_id": "f26975cc-bcff-48cc-bdd0-ae09dba05fa1",
    "data": {
        "balance": 776.56
    }
}
Modified at 2025-05-19 07:54:56
Previous
Query Task Status
Next
Feature List