Skip to main content
POST
Trigger content generation for a lesson plan.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

lesson_plan_id
string<uuid>
required

UUID of the lesson plan to generate content for.

Body

application/json

Community-focused alignment data required to drive content generation. Includes recommended materials, instructional strategies, and detailed instructional blocks.

alignment
object
required

Alignment details that specify materials, strategies, and instructional blocks.

Response

Content generation job enqueued successfully.

detail
object[]