Scale Plan Required
Welcome to the Fundup AI API
Build powerful applications with access to our comprehensive database of companies, funding events, and market intelligence. Perfect for investment research, market analysis, and business development.
Company Data
Access detailed company profiles, funding history, key contacts, and market positioning.
Funding Events
Track funding rounds, investment amounts, investor information, and market trends.
Advanced Search
Powerful filtering and search capabilities across companies, industries, and funding data.
Quick Example
Get started with a simple API call to retrieve companies:
curl
curl -X GET "https://fundup.ai/api/v1/companies?limit=5&countries[]=United%20States" \
-H "Authorization: Bearer YOUR_API_KEY"
Response
{
"data": [
{
"id": "comp_123",
"companyName": "Example Corp",
"description": "AI-powered solution",
"country": "United States",
"industries": ["AI", "SaaS"],
"stage": "Series A",
"fundingAmount": 5000000,
"fundingAmountFormatted": "$5M"
}
],
"pagination": {
"limit": 5,
"offset": 0,
"total": 1,
"has_more": false
}
}
Available Endpoints
GET
Health check endpoint to verify API status
/health
GET
Retrieve a list of companies with advanced filtering and optimized server-side pagination. Uses hybrid database filtering for improved performance.
/companies
GET
Get detailed information about a specific company
/companies/{company_id}
GET
Retrieve recent funding events with advanced filtering and optimized server-side pagination. Uses hybrid database filtering for improved performance.
/fundings
GET
Get available filter values for API endpoints (countries, industries, stages, company sizes)
/filters
GET
Get API usage statistics for the authenticated user
/stats
POST
Follow a company to receive updates and notifications
/companies/{id}/follow
DELETE
Unfollow a company to stop receiving updates and notifications
/companies/{id}/follow
GET
Get list of companies you are following with detailed information
/following/companies
GET
Get activities and updates for a specific followed company
/following/companies/{id}/activities