POST /api/v1/projects/questions
Get Project Intake Questions
Fetch the intake questions associated with a project draft. This lets your application gather the extra learner context Vidbyte uses to improve the generated project output.
Public endpoint
/api/v1/projects/questions
Maps to
/api/sandbox/generate_questions
What to know first
Treat this as the steering phase between project draft creation and full project generation.
Method
POST
Send this operation to /api/v1/projects/questions on the versioned public host.
Authentication
API key
API key via Authorization: Bearer or x-api-key
Resource model
Direct
Treat this as the steering phase between project draft creation and full project generation.
Highlights
What this operation does
Request details
Request parameters
Request parameters
These are the parameters that shape /api/v1/projects/questions. 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.
Response shape