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

Authorizations

x-scholarai-api-key
string
header
required

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.