Fundup AI

Fundup AI API

v1.1.0

Fundup AI API Documentation

Access comprehensive data on companies, funding events, and market intelligence

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
Health check endpoint to verify API status
GET /companies
Retrieve a list of companies with advanced filtering and optimized server-side pagination. Uses hybrid database filtering for improved performance.
GET /companies/{company_id}
Get detailed information about a specific company
GET /fundings
Retrieve recent funding events with advanced filtering and optimized server-side pagination. Uses hybrid database filtering for improved performance.
GET /filters
Get available filter values for API endpoints (countries, industries, stages, company sizes)
GET /stats
Get API usage statistics for the authenticated user
POST /companies/{id}/follow
Follow a company to receive updates and notifications
DELETE /companies/{id}/follow
Unfollow a company to stop receiving updates and notifications
GET /following/companies
Get list of companies you are following with detailed information
GET /following/companies/{id}/activities
Get activities and updates for a specific followed company