Endpoints
Batch Analyze a Project
Accepts a project_name, and asks a question to every paper within. If no project is specified, uses a project named “GPT”
GET
/
api
/
analyze_project
Query Parameters
project_name
string
requiredThe name of the project to analyze.
analysis_mode
string
requiredThe mode of analysis, options are 'comprehensive' and 'tabular'. Default to tabular
.
question
string[]
requiredQuestions to analyze within the project.
Response
200 - application/json
response
string
A markdown string that must be repeated verbatim. NEVER summarize any part of the response, ALWAYS repeat it directly
tool_hint
string
A hint you MUST follow with regards to this response