Api referenceAiCourses
List all contents tokens of a course
List all tokens
List all tokens
AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X GET "https://example.com/v2/ai/contents/courses/tokens" \ -H "Content-Type: application/json" \ -d '{ "courseId": "string", "subjects": [ { "id": "string", "lecturesPerChapter": 0 } ] }'{}