Authentication
Use a dashboard-generated API key on every request: Authorization: Bearer YOUR_API_KEY.
API reference
Access funding rounds, company enrichment, signals, investors, and categories from one API. Browse endpoints from the left sidebar to open a dedicated page per endpoint.
Use a dashboard-generated API key on every request: Authorization: Bearer YOUR_API_KEY.
Per-minute burst limits, monthly quota, and page-size caps are enforced by plan.
https://latestrounds.com/api/v1
Validate Zapier/Make/Airtable/Sheets integrations without signup using a disposable test key and one-time URL.
Rules
Generate Public Test Key
One disposable key/link per endpoint family per IP.
curl -s "https://latestrounds.com/api/v1/test/once" \
-H "Content-Type: application/json" \
-d '{
"endpoint": "/api/v1/funding",
"params": { "country": "US", "limit": 10 }
}'curl -s "https://latestrounds.com/api/v1/test/once/<token_from_previous_response>"