# Fundable ## Docs - [Get Alert Configurations](https://docs.tryfundable.ai/api-reference/alerts/configurations.md): Retrieve all alert configurations for the authenticated user (identified by API key). Returns configuration metadata including filters, frequency, and descriptions. - [List Alerts](https://docs.tryfundable.ai/api-reference/alerts/list.md): Retrieve saved alert data including all deals that matched the alert criteria within the specified date range. Results include a flattened array of deals sorted by date (newest first) with duplicates removed. - [Get Company Deals](https://docs.tryfundable.ai/api-reference/companies/deals.md): Retrieve all deals for a company using any supported identifier format. The API intelligently detects the identifier type and queries accordingly. - [Get Company](https://docs.tryfundable.ai/api-reference/companies/get.md): Retrieve detailed company information using any supported identifier format. The API intelligently detects the identifier type and queries accordingly. - [List Companies](https://docs.tryfundable.ai/api-reference/companies/list.md): Retrieve companies with advanced filtering, pagination, sorting, and optional AI-powered semantic search. - [Search Companies](https://docs.tryfundable.ai/api-reference/companies/search.md): Look up companies using one of four search methods. Exactly one parameter must be provided. - [Get Deal](https://docs.tryfundable.ai/api-reference/deals/get.md): Retrieve detailed information about a single venture capital deal by its unique identifier - [Get Deal Investors](https://docs.tryfundable.ai/api-reference/deals/investors.md): Retrieve detailed investor information for a single deal, including lead status, personnel, and investor profile links. - [List Deals](https://docs.tryfundable.ai/api-reference/deals/list.md): Retrieve venture capital deals with advanced filtering, pagination, and sorting. - [Search Industries](https://docs.tryfundable.ai/api-reference/industries/search.md): Look up industries and super categories by name with fuzzy matching. The `name` parameter is required; `type` is optional. - [API Reference](https://docs.tryfundable.ai/api-reference/introduction.md): Complete reference for all Fundable API endpoints - [Get Investor Deals](https://docs.tryfundable.ai/api-reference/investors/deals.md): Retrieve all deals for an investor using any supported identifier format. The API intelligently detects the identifier type and queries accordingly. - [Get Investor](https://docs.tryfundable.ai/api-reference/investors/get.md): Retrieve detailed investor information using any supported identifier format. The API intelligently detects the identifier type and queries accordingly. - [List Investors](https://docs.tryfundable.ai/api-reference/investors/list.md): Retrieve a paginated list of investors with optional filtering. - [Search Investors](https://docs.tryfundable.ai/api-reference/investors/search.md): Look up investors using one of four search methods. Exactly one parameter must be provided. - [Search Locations](https://docs.tryfundable.ai/api-reference/locations/search.md): Look up locations (cities, states, countries, regions) by name with fuzzy matching. The `name` parameter is required; `type` is optional. - [Get Person Deals](https://docs.tryfundable.ai/api-reference/people/deals.md): Retrieve all deals a person has participated in as an investor (angel deals + lead/firm deals) using any supported identifier format. The API intelligently detects the identifier type and queries accordingly. - [Get Person](https://docs.tryfundable.ai/api-reference/people/get.md): Retrieve detailed person information using any supported identifier format. The API intelligently detects the identifier type and queries accordingly. - [List People](https://docs.tryfundable.ai/api-reference/people/list.md): Retrieve people with advanced filtering, pagination, sorting, and optional AI-powered semantic search. - [Search People](https://docs.tryfundable.ai/api-reference/people/search.md): Look up people using one of five search methods. Exactly one parameter must be provided. - [Authentication](https://docs.tryfundable.ai/authentication.md): How to authenticate with the Fundable API - [Fundable API Docs](https://docs.tryfundable.ai/index.md): Real-time access to VC funding, startup, and investor data - [Usage & Pricing](https://docs.tryfundable.ai/usage.md): Understand credit costs per endpoint and how pricing works ## OpenAPI Specs - [openapi-people](https://docs.tryfundable.ai/openapi/openapi-people.yaml) - [openapi-investors](https://docs.tryfundable.ai/openapi/openapi-investors.yaml) - [openapi-deals](https://docs.tryfundable.ai/openapi/openapi-deals.yaml) - [openapi-companies](https://docs.tryfundable.ai/openapi/openapi-companies.yaml) - [openapi-other](https://docs.tryfundable.ai/openapi/openapi-other.yaml) - [openapi-alerts](https://docs.tryfundable.ai/openapi/openapi-alerts.yaml) - [openapi](https://docs.tryfundable.ai/api-reference/openapi.json)