API Documentation

Build with Idea2.work API

Integrate AI-powered business idea validation into your applications. Access our validation engine, market research, and competitor analysis programmatically.

Quick Start
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

POST/v1/validate

Validate 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": [ ... ]
}
GET/v1/ideas

List 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
GET/v1/ideas/:id

Get detailed information about a specific idea including full validation report.

DELETE/v1/ideas/:id

Delete an idea from your account (only works for ideas you own).

Rate Limits
100
requests/hour
Free
1,000
requests/hour
Premium
Custom
requests/hour
Enterprise

Ready to Get Started?

Get your API key and start building. Premium and Lifetime plans include API access.