POST /api/v1/projects/create
Create a Project Draft
Create the initial project draft and establish the public project resource boundary. This is the first step in the staged Projects API lifecycle.
Public endpoint
/api/v1/projects/create
Maps to
/api/sandbox/projects/create
What to know first
The public route returns the draft project id. Supporting `questions` and `generate` routes continue the project lifecycle.
Method
POST
Send this operation to /api/v1/projects/create on the versioned public host.
Authentication
API key
API key via Authorization: Bearer or x-api-key
Resource model
Direct
The public route returns the draft project id. Supporting `questions` and `generate` routes continue the project lifecycle.
Highlights
What this operation does
Request details
Request parameters
Request parameters
These are the parameters that shape /api/v1/projects/create. 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.
Optional typed context objects. Use this field to send source text, documents, prior Vidbyte resources, or content you imported from a connected provider into the request.
View supported values9 options
Inline plain text you want the route to read directly.
A document payload or extracted document text normalized into the context layer.
A PDF payload or extracted PDF text normalized into the context layer.
A previously generated QuickHit identified by its encrypted public id.
A previously generated roadmap identified by its encrypted public id.
A previously generated quiz identified by its encrypted public id.
A previously generated exam identified by its encrypted public id.
A previously generated project identified by its encrypted public id.
An alias for project-backed context in the current middleware.
High-level outcome the learner should ship or achieve.
Motivation, business reason, or learning importance steering.
Current learner level or baseline capability summary.
Desired depth or scope preference.
Preferred amount of guidance or scaffolding.
Response shape