Account Billing
Returns billing information for the authenticated account. Use the expand
parameter to include additional details.
Expandable Fields:
credits— Current credit balance and currency
Common Use Cases:
- Monitor available credit balance programmatically
- Display balance in custom dashboards
GET
Account Billing
Documentation Index
Fetch the complete documentation index at: https://fal.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Admin API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_ADMIN_API_KEY
Query Parameters
Data to include in the response. Use 'credits' to include current credit balance.
Example:
"credits"
Previous
FOCUS Report
Returns a FOCUS compliant billing report as a CSV download.
> **Availability:** This endpoint is available to enterprise customers with FOCUS reports enabled. Contact your account team or support@fal.ai to request access.
Supports two data sources:
- **invoice**: Finalized invoice data for a billing month. Includes usage charges, credits, and taxes.
- **estimate**: Real-time usage estimates for a date range. Pre-invoice data that may change once invoiced.
The report follows the [FinOps FOCUS specification](https://focus.finops.org/) for cloud billing data interoperability.
**Invoice reports** default to the most recently available billing month.
**Usage estimates** default to the last 24 hours, with a maximum 90-day lookback.
Next
Account Billing