GET
/
api
/
analyze_project
curl --request GET \
  --url https://api.scholarai.io/api/analyze_project
{
  "response": "<string>",
  "tool_hint": "<string>"
}

Query Parameters

project_name
string
required

The name of the project to analyze.

analysis_mode
string
required

The mode of analysis, options are 'comprehensive' and 'tabular'. Default to tabular.

question
string[]
required

Questions to analyze within the project.

Response

200 - application/json
OK

The response is of type object.