GET
/products/:slug1 creditGet Product
Full record for a single product / tool by slug - category, pricing type, status, the company behind it, and score. 1 credit.
GEThttps://www.startuphub.ai/api/v1/products/:slug
Request
curl "https://www.startuphub.ai/api/v1/products/cursor" \
-H "Authorization: Bearer sk_live_..."Parameters
slugstringrequiredProduct slug (path), e.g. /products/cursor
Response
json
{
"data": {
"id": "uuid",
"name": "Cursor",
"slug": "cursor",
"category": "platform",
"pricing_type": "freemium",
"status": "active",
"website": "https://cursor.com",
"startuphub_url": "https://www.startuphub.ai/products/cursor"
}
}Errors
401Invalid or missing API key404Product not found