rreAPI Docs
rreAPI Docs
HomeWelcome

Image

midjourney-v8flux-2z-imageqwen-image-2midjourney-v7wan-2-7-imagegpt-image-2gpt-image-2-officialgemini-2.5-flash-image-previewgemini-3-pro-image-previewgemini-3.1-flash-image-previewdoubao-seedream-5-0-liteimagen-4-0

Audio

Mureka V9 Song APIVocal Remover APIMusic Extractor APIVoice Cleaner APIMultistem Splitter APIVoice Changer API

Video

topaz-video-upscalerkling-3-0-turbokling-3-0music-video-1-0wan-2-7-videokling-motion-controlpixverse-v6doubao-seedance-2.0doubao-seedance-2.0-officialdoubao-seedance-2.0-betahappyhorse-1.0happyhorse-1.0-officialviduq3grok-imagine-video-1.5-betagrok-imagine-1.0-videoVeo 3.1gemini-omni

Chat

claude-fable-5minimax-m3deepseek-v4gpt-5.5gpt-5.4claude-opus-4-8claude-opus-4-7claude-sonnet-4-6

Text

ai-essay-writerhumanizeai-text-detector

Tools

enhance-video-1.0
X (Twitter)

Balance

GET /api/v1/balance reference — the current credit balance for the authenticated key.

GET /api/v1/balance returns the current credit balance for the credentials making the request. Use it to show remaining credits in your own dashboard, or to check a key has funds before submitting work.

Reading this endpoint does not consume credits.

GET /api/v1/balance

Request

GET /api/v1/balance
Authorization: Bearer rk_live_xxx

No body and no query parameters.

Response

200 OK:

{
  "balance": 12500
}

Response fields

FieldTypeDescription
balanceintegerCurrent credit balance. Integer credits, 1 credit = $0.001.

Errors

HTTPcodeWhen
40110001 – 10005Auth missing / malformed / invalid / revoked
42950001Per-user rate limit exceeded — retry after Retry-After seconds
50060099Unexpected server error

Full list: Errors.

Table of Contents

GET /api/v1/balance
Request
Response
Response fields
Errors