POST /api/v1/projects/generate
Generate a Project
Generate the full project artifact after the draft and optional intake phases. This route is the final generation step in the staged Projects API lifecycle.
Public endpoint
/api/v1/projects/generate
Maps to
/api/sandbox/generate_project
What to know first
Use this after project create and, optionally, after the intake questions phase.
Method
POST
Send this operation to /api/v1/projects/generate on the versioned public host.
Authentication
API key
API key via Authorization: Bearer or x-api-key
Resource model
Direct
Use this after project create and, optionally, after the intake questions phase.
Highlights
What this operation does
Request details
Request parameters
Request parameters
These are the parameters that shape /api/v1/projects/generate. Path parameters and request-body fields are shown together because the docs stay focused on the public route contract.
Primary user request, learning goal, or topic for generation.
Encrypted public id returned by project create.
Optional answers to the generated intake questions.
Response shape