Create Project
projects
Create Project
Create a new project.
Parameters:
- name: Project name (required)
- description: Project description (optional)
- research_goals: Research goals for the project (optional)
- interview_guide: Interview guide for the project (optional)
Returns:
- ProjectResponse with project details
Note: Files should be uploaded separately using the existing upload API and linked to the project via project_id parameter.
POST
Create Project
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json