> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# API 功能

> Fluz API 的全部能力——每项能力都与账户无关。

<CardGroup cols={2}>
  <Card title="虚拟卡" icon="credit-card" href="/features/virtual-cards">
    消费控制、锁定/解锁、PIN、钱包开通，以及最多 10,000 张的批量发卡。
  </Card>

  <Card title="礼品卡" icon="gift" href="/merchant-catalog">
    数千个品牌，优惠对比、库存查询和折扣定价。
  </Card>

  <Card title="钱包与转账" icon="wallet" href="/features/move-funds-with-external-accounts">
    消费账户、存款、取款，以及内部或跨账户转账。
  </Card>

  <Card title="资金来源" icon="coins" href="/features/funding-sources">
    通过 Plaid 关联银行卡和银行账户，然后按需提取资金。
  </Card>

  <Card title="交易" icon="list" href="/features/get-all-transactions">
    查询所有活动，并用备注、类别和附件进行注释。
  </Card>

  <Card title="授权用户" icon="users" href="/features/create-authorized-users">
    添加团队成员，为其发卡，并设置审批流程。
  </Card>
</CardGroup>

## 更深入了解

<CardGroup cols={3}>
  <Card title="API 参考" icon="book" href="https://storage.googleapis.com/fluz-public-docs/api-reference.html">
    GraphQL 架构中的每个查询、变更和类型。
  </Card>

  <Card title="代码示例" icon="code" href="/recipes/generate-user-access-token">
    单次操作的可复制脚本——令牌、卡片、资金流动。
  </Card>

  <Card title="更新日志" icon="scroll-text" href="/changelog">
    最新更新、新增内容和不兼容变更。
  </Card>
</CardGroup>

<Info>
  **是为客户构建吗？** 本页的每项能力在已连接账户上都以相同方式工作——发送客户范围的 OAuth 令牌而非你自己的。参见 [构建平台](/build-a-platform)。
</Info>
