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

# Introduction to Platform APIs

> Platform APIs provide programmatic access to platform resources including model metadata, pricing information, usage tracking, and analytics.

<Frame>
  <iframe className="w-full aspect-video rounded-lg" srcdoc="<style>*{padding:0;margin:0;overflow:hidden}html,body{height:100%}img,span{position:absolute;width:100%;top:0;bottom:0;margin:auto}span{height:1.5em;text-align:center;font:48px/1.5 sans-serif;color:white;text-shadow:0 0 0.5em black}</style><a href='https://www.youtube.com/embed/gDJJ9bppyV8?start=1029&end=1111&autoplay=1'><img src='/docs/images/video-thumbs/platform-apis.jpg' alt='Platform APIs - fal Serverless'><span>▶</span></a>" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />
</Frame>

<Card title="Platform APIs for Models" icon="arrow-right" href="/api-reference/platform-apis/for-models">
  Access model metadata, pricing information, usage tracking, and analytics for Model APIs
</Card>

<Card title="Platform APIs for Serverless" icon="arrow-right" href="/api-reference/platform-apis/for-serverless">
  APIs to manage and monitor your serverless applications
</Card>

<Card title="Platform APIs for Compute" icon="arrow-right" href="/api-reference/platform-apis/for-compute">
  Manage compute instances with lifecycle control and monitoring capabilities
</Card>

<Card title="Platform APIs for Workflows" icon="arrow-right" href="/api-reference/platform-apis/for-workflows">
  List and retrieve workflow metadata and definitions
</Card>

<Card title="Platform APIs for Accounts" icon="arrow-right" href="/api-reference/platform-apis/for-accounts">
  Access account billing information and FOCUS-compliant cost reports
</Card>

<Note>
  For executing models and generating content, see [Model APIs](/documentation/model-apis/overview).
</Note>
