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.
Base URL
All API requests use the following base URL:Authentication
All endpoints require Bearer token authentication. See the Authentication page for details.Endpoints
Deals
- GET /deals — List and filter funding rounds by company, investor, and round details
- GET /deals/ — Get a single deal by ID
Companies
- GET /companies — List and filter companies with advanced filtering and semantic search
- GET /company — Get a single company by identifier (ID, permalink, domain, LinkedIn, Crunchbase)
- GET /company/search — Search companies by name or domain
Investors
- GET /investors — List and filter investors with portfolio-based filtering
- GET /investor — Get a single investor by identifier
- GET /investor/search — Search investors by name or domain
People
- POST /people — Search people (founders, executives, investors) with cross-type filters and semantic search
- GET /person — Get a single person by identifier (ID, LinkedIn, Crunchbase, Twitter)
- GET /person/deals — Get all deals a person has participated in as an investor
- GET /person/search — Search people by name or identifier
Filters
- GET /industry/search — Search industries by name with fuzzy matching
- GET /location/search — Search locations by name with fuzzy matching
Alerts
- GET /alerts — List saved alert deal data for specified date ranges
- GET /alerts/configurations — Get alert configurations
Error Handling
All endpoints return consistent error responses:| Status Code | Description |
|---|---|
| 400 | Bad request (invalid parameters) |
| 401 | Unauthorized (missing or invalid API key) |
| 422 | Validation error (unknown parameter, invalid enum value) |
| 429 | Rate limit exceeded |
| 500 | Internal server error |

