Pular para o conteúdo principal
GET
/
balance
Get balance
curl --request GET \
  --url https://api.cut.pro/api/v1/balance \
  --header 'X-Api-Key: <api-key>'
{
  "balance": 123
}

Documentation Index

Fetch the complete documentation index at: https://cut.pro/docs/llms.txt

Use this file to discover all available pages before exploring further.

Autorizações

X-Api-Key
string
header
obrigatório

Resposta

200 - application/json

Response for status 200

balance
number
obrigatório
Last modified on June 2, 2026