Create Many Lectures
Developing
POST
/courses/{courseId}/chapters/{chapterId}/lectures/many
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.aladia.io/v2/courses//chapters//lectures/many' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"title": "Lecture 1",
"description": "Lecture 1 description",
"lectureType": "on-demand"
}
]'
Response Response Example
201 - Success
{
"data": [
{
"id": "b0af9feebf693d8ef783b93c",
"title": "Lead Factors Supervisor",
"description": "The Football Is Good For Training And Recreational Purposes",
"lectureType": "on-demand",
"chapterId": "ee591d5efdf6deae60cc0d4b",
"thumbnail": null,
"videos": [
{
"fileId": "ff5d7a76f4fdf692dccf0aac",
"url": "https://bite-sized-leather.net",
"metadata": {
"size": 1000,
"mimetype": "application/vnd.miele+json",
"name": "test.png"
}
},
{
"fileId": "e9d6732eac755e1fdae765a5",
"url": "http://keen-stew.net",
"metadata": {
"size": 1000,
"mimetype": "application/vnd.groove-identity-message",
"name": "test.png"
}
},
{
"fileId": "3d7ac5c6e72bed8394fa96ce",
"url": "https://wooden-snowplow.net",
"metadata": {
"size": 1000,
"mimetype": "application/vnd.oma.lwm2m+cbor",
"name": "test.png"
}
}
],
"attachments": null,
"status": "draft",
"endDateReference": {
"reference": "chapter",
"referenceId": "eiusmod quis officia in"
},
"event": null,
"observers": [
"97c33e1d5ecec03b53f0ed8e",
"1fd0e03119c6ba12bb6e9bbb"
],
"teachers": null,
"attendants": [
"def0ffefe47effcdcb929c93"
],
"duration": 67,
"dates": null,
"mandatory": true,
"accessLevel": "paid",
"parentId": "b6a6ff2dadde0b5a6720e3d2",
"roleException": [
"nisi velit anim officia commodo",
"officia id deserunt in proident"
],
"suspension": "temporary",
"createdAt": "2024-11-10T18:11:28.343Z",
"updatedAt": "2024-11-11T01:08:45.101Z"
},
{
"id": "4407fa09cce9fc85f2f6ca3f",
"title": "Future Optimization Executive",
"description": "Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support",
"lectureType": "on-demand",
"chapterId": "afdb2411c8e721d1cace3c59",
"thumbnail": {
"fileId": "7c86d7ff3dee095e0e6e02bb",
"url": "http://gray-reaction.org",
"metadata": {
"size": 1000,
"mimetype": "application/sparql-results+xml",
"name": "test.png"
}
},
"videos": null,
"attachments": null,
"status": "draft",
"endDateReference": {
"reference": "chapter",
"referenceId": "id magna ex"
},
"event": null,
"observers": [
"a57be1fdd30e4895dcca584e"
],
"teachers": null,
"attendants": null,
"duration": 67,
"dates": null,
"mandatory": true,
"accessLevel": "paid",
"parentId": "697ea43dfae1ae7ba0fbf033",
"roleException": [
"adipisicing dolor",
"sit nisi voluptate",
"in enim id aute consectetur"
],
"suspension": "temporary",
"createdAt": "2024-11-11T10:36:23.501Z",
"updatedAt": "2024-11-10T16:21:57.226Z"
}
]
}
Request
Path Params
courseId
stringÂ
required
chapterId
stringÂ
required
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Body Params application/json
Responses
Modified at 2025-04-09 10:05:55