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

# Fundable API: Startup and VC Funding Data

> Fundable's REST API for real-time startup funding rounds, VC deals, investors, and people. 150k+ rounds, 200 free credits, native API access.

<Info>
  **Best suited for:**

  * **Signal-based outbound:** Spot companies within hours of a raise
  * **Market mapping:** Find every funded company in a sector
  * **Funding alerts:** Track companies by sector, stage, or use of funds
  * **AI agents:** Power tools and workflows with real-time funding data
</Info>

<Tip>
  For AI agents, use [`llms.txt`](https://docs.tryfundable.ai/llms.txt) for a Markdown
  index of every page and OpenAPI specification, or
  [`llms-full.txt`](https://docs.tryfundable.ai/llms-full.txt) for the complete docs.
</Tip>

## Explore use-case guides

<CardGroup cols={2}>
  <Card title="Track newly funded startups" icon="radar" href="/guides/track-newly-funded-startups">
    Find companies as funding rounds are added, then filter by stage, industry, and location.
  </Card>

  <Card title="Build a funding alert workflow" icon="bell" href="/guides/funding-alert-workflow">
    Pull saved alert matches into scheduled workflows without sending duplicates.
  </Card>

  <Card title="Enrich your CRM" icon="address-card" href="/guides/crm-enrichment">
    Add funding history, investors, and company details to account records.
  </Card>

  <Card title="Power an AI agent" icon="robot" href="/guides/ai-agent-funding-data">
    Give an agent safe, structured access to real-time funding data through the REST API.
  </Card>
</CardGroup>

## Why Choose Our API

**Real Time Coverage**: We are the quickest to report on funding announcements, enabling GTM workflows that require speed.

**Affordable Pricing**: Start for free and scale on a credit-based model.

**Rich Filtering**: Search across 15+ dimensions like stage, industry, geography, deal size, investor participation, or use semantic search.

## Get started with the Fundable API

**Create an API Key**: Grab an API key [here](https://www.tryfundable.ai/api-access/), your first 200 credits are free.

**Make Your First API Call**: Read our API documentation and view example recipes to understand how the API works. Check out some [example code](https://github.com/Jklionsky/fundable-api-example.git) on how to use the API.

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate your API requests.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore all available endpoints.
  </Card>

  <Card title="Filtering & Permalinks" icon="filter" href="/api-reference/filtering">
    Filter by location, industry, and round type using the right permalinks — and avoid empty results.
  </Card>

  <Card title="Example Code" icon="github" href="https://github.com/Jklionsky/fundable-api-example.git">
    View example code for using the API.
  </Card>
</CardGroup>
