Build with Idea2.work API
Integrate AI-powered business idea validation into your applications. Access our validation engine, market research, and competitor analysis programmatically.
curl -X POST https://api.idea2.work/v1/validate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"idea": "A mobile app that connects local farmers directly with restaurants",
"category": "marketplace"
}'Simple Authentication
Bearer token authentication. Get your API key from your dashboard.
Fast Response
Get validation results in seconds with our optimized AI pipeline.
Enterprise Security
TLS encryption, rate limiting, and SOC 2 compliant infrastructure.
API Endpoints
/v1/validateValidate a business idea and get comprehensive analysis including scores, market research, and competitor insights.
View request/response
// Request
{
"idea": "string",
"category": "saas|marketplace|fintech|healthtech|edtech|ai|ecommerce|mobile|other",
"private": false
}
// Response
{
"id": "idea_abc123",
"validation": {
"overallScore": 75,
"marketPotential": 80,
"competition": 65,
"profitability": 70,
"feasibility": 75,
"uniqueness": 60,
"scalability": 72
},
"analysis": { ... },
"competitors": [ ... ],
"strategies": [ ... ]
}/v1/ideasList all ideas in your account. Supports pagination and filtering.
View parameters
// Query parameters ?limit=20 // Number of results (max 100) &offset=0 // Pagination offset &category=saas // Filter by category &sortBy=score // Sort by: score, recent, views
/v1/ideas/:idGet detailed information about a specific idea including full validation report.
/v1/ideas/:idDelete an idea from your account (only works for ideas you own).
Ready to Get Started?
Get your API key and start building. Premium and Lifetime plans include API access.