API ReferenceAccount
Account: Me
Return the authenticated account's current state: remaining credit balance in USD, total calls made, and plan details. This call is free and does not consume credits. Cost: Free per call.
Authorization
bearerAuth AuthorizationBearer <token>
Pass your API key as a bearer token on every request: Authorization: Bearer <API_KEY>.
In: header
Response Body
application/json
curl -X GET "https://example.com/account/me"{ "credit_balance": "0.9420", "calls_made": 116, "email": "dev@example.com", "status": "success"}Unfollow User POST
Unfollow a user as the authenticated account. Requires a logged-in session for the acting account. Billed at $0.0015 per call. Cost: $0.0015 per call.
Account: Payments GET
Return the authenticated account's payment ledger: credit purchases and the running balance. This call is free and does not consume credits. Cost: Free per call.