Skip to main content
POST
Create and process lesson plan metadata

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data
board
string<uuid>
required

Board ID (UUID)

grade
string<uuid>
required

Grade ID (UUID)

subject
string<uuid>
required

Subject ID (UUID)

duration_minutes
integer
required

Duration in minutes

topic
string
required

Topic

section
string

Section (optional)

documents
file[]

Optional file uploads

audio
file

Optional audio URL should be mp3 format

meta_data
string

JSON string representing the metadata of the worksheet

Example:

"{\"teacher_id\": 199}"

Response

Lesson plan metadata processing started successfully.

detail
object[]