action rev_get_account { label: "Get Account" description: "Get the developer's account information" provider: rev method: GET path: "/account" encoding: json output: { type: "object" description: "Rev.ai Account Model" properties: { balance_seconds: { type: "integer" description: "Amount of Rev.ai API credits remaining in seconds" } email: { type: "string" description: "Email of developer account" } } } }