top of page

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
}

Copy Code

Response Format

Success Response (200 OK)


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

Copy Code

Validation Error Response (400)


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

Table of content

  • Integration Guidelines

bottom of page