> ## 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.

# Platform APIs for Accounts

> Programmatic access to account billing information, FOCUS-compliant cost reports, and model access controls

The **fal Platform APIs** provide programmatic access to account-level billing, cost reporting, and governance, including:

* **Billing information** - Retrieve account billing details and credit balances
* **FOCUS reports** - Download FinOps FOCUS-compliant billing reports for cost analysis and interoperability
* **Model access controls** - Export the resolved UI and API access state for each model in your organization

## Available Operations

The Platform APIs provide the following endpoints for account billing, reporting, and governance:

<CardGroup cols={2}>
  <Card title="Account Billing" icon="dollar-sign" href="/platform-apis/v1/account/billing">
    Retrieve billing information and credit balances for your account
  </Card>

  <Card title="FOCUS Report" icon="file-csv" href="/platform-apis/v1/account/focus">
    Download FOCUS-compliant billing reports from invoice or usage estimate data
  </Card>

  <Card title="Model Access Controls" icon="lock" href="/platform-apis/v1/account/model-access-controls">
    Export the resolved UI and API access state for each model in your organization
  </Card>
</CardGroup>

<Note>
  FOCUS reports and model access controls are available to enterprise customers with the corresponding features enabled. Contact your account team or [support@fal.ai](mailto:support@fal.ai) to request access.
</Note>
