Beta
Account & usage API
Browse documentation
Account & usage
GET /v1/me answers "does my key work, who am I, what's left" — balance and limits in one call. GET /v1/usage returns daily buckets of characters, seconds and cost.
GET /v1/me
GET /v1/usage
curl https://api.sawtakarabi.ai/v1/me \ -H "Authorization: Bearer $SAWTAK_API_KEY"