AladiaDocs
Api referenceAiCourses

Add contents to a course

Create a cours

POST
/v2/ai/contents/courses

Create a cours

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/courses" \  -H "Content-Type: application/json" \  -d '{    "courseId": "string",    "subjects": [      {        "id": "string",        "lecturesPerChapter": 0      }    ]  }'
{}