Get a project idea based on a mentor's name

GET /api/idea/mentor

Query parameters

  • name string Required

    The name of your mentor

Responses

  • 200 application/json

    Successful response

GET /api/idea/mentor
curl \
 -X GET https://idea-x-api.vercel.app/api/idea/mentor?name=string
Response examples (200)
{
  "idea": "Build a website to showcase your mentor's expertise."
}