Home

Integration Guidelines

System Integration Steps

We have upcoming apps for popular platforms like WordPress, Shopify, and Wix! These apps will allow seamless integration of client scores generated by our platform directly into their websites.

With just a few clicks, clients will be able to display scores dynamically, ensuring real-time updates and enhanced user engagement.

Similarly, we will be providing API support for all popular programming languages to facilitate effortless integration with custom platforms.

Code Snippets

{
  "idea_stage": 5,
  "work_status": 3,
  "project_type": 3,
  "job_relation": 5,
  "investment_plan": 4,
  "work_experience": 4,
  "project_location": 1,
  "idea_description": "AI-powered fitness application that provides personalized workout routines based on user's fitness level and goals",
  "daily_hours": 4,
  "timeframe": 2
}

Response Format

Success Response (200 OK)

{
  "status": 200,
  "error": false,
  "message": "Success",
  "data": {
    "resultText": "Detailed analysis and recommendations...",
    "success_percentage": "75.23"
  }
}

Validation Error Response (400)

{
  "status": 400,
  "error": true,
  "message": "Validation error message",
  "data": null
}

Server Error (500)

{
  "status": 500,
  "error": true,
  "message": "An error occurred while processing your request",
  "data": null
}
<div>
  <img src="https://ideax.in/logo.png" alt="Logo" />
  <p>Validation Status: Valid</p>
  <p>Success Percentage: 85%</p>
  <div class="trustpilot-widget">...</div>
</div>