Import Courses
POST/courses/courses-exporter/public/import
Import Courses through public channels
Request
Version stringrequired
API Version
Available options
v3- application/json
- Body
- Example (auto)
Bodyrequired
locationIdstringrequired
userIdstring
productsobject[]required
{
"locationId": "string",
"userId": "string",
"products": [
{
"title": "string",
"description": "string",
"imageUrl": "string",
"categories": [
{
"title": "string",
"visibility": "published",
"thumbnailUrl": "string",
"posts": [
{
"title": "string",
"visibility": "published",
"thumbnailUrl": "string",
"contentType": "video",
"description": "string",
"bucketVideoUrl": "string",
"postMaterials": [
{
"title": "string",
"type": "pdf",
"url": "string"
}
]
}
],
"subCategories": [
{
"title": "string",
"visibility": "published",
"thumbnailUrl": "string",
"posts": [
{
"title": "string",
"visibility": "published",
"thumbnailUrl": "string",
"contentType": "video",
"description": "string",
"bucketVideoUrl": "string",
"postMaterials": [
{
"title": "string",
"type": "pdf",
"url": "string"
}
]
}
]
}
]
}
],
"instructorDetails": {
"name": "string",
"description": "string"
}
}
]
}