AladiaDocs
Api referenceAiChapters

Add contents to a chapter

Create a chapter

POST
/v2/ai/contents/chapters

Create a chapter

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/ai/contents/chapters" \  -H "Content-Type: application/json" \  -d '{    "studentExperience": "beginner",    "courseId": "string"  }'
{}