200 OK
{
"success": true,
"data": [
{
"id": 1,
"name": "OpenAI",
"slug": "openai",
"overview": "AI research and deployment company...",
"website": "https://openai.com",
"logo": "https://example.com/openai-logo.png",
"layer": "Artificial Intelligence",
"location_json": {
"formatted_address": "San Francisco, CA, USA",
"city": "San Francisco",
"state": "California",
"country": "United States"
},
"year_founded": 2015,
"total_employees": 500,
"status": "active",
"tags": ["ai", "machine-learning", "nlp"],
"investor_amount": "11300000000.00",
"team": [
{
"person": {
"id": 1,
"name": "Sam Altman",
"slug": "sam-altman",
"picture": "https://example.com/sam.jpg"
},
"title": "CEO",
"is_current": true,
"founder": false
}
],
"funding_rounds": [
{
"id": 1,
"round_date": "2023-01-15",
"round": "Series C",
"amount": 10000000000,
"valuation": 29000000000
}
]
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 1,
"totalPages": 1
},
"message": "Retrieved 1 companies"
}