{
"lectures": [
{
"id": 0,
"topic": "string",
"points": [
{
"name": "string",
"importance": 1,
"subtitles": [
{
"subtitle": "string",
"md": "string",
"raw_recognition": [
{
"start": 0,
"end": 0,
"text": "string"
}
]
}
],
"links": [
{
"name": "string",
"href": "string"
}
],
"summary": "string"
}
]
}
]
}
curl --location --request POST 'http://127.0.0.1:5100/network' \
--header 'Content-Type: application/json' \
--data-raw '{
"lectures": [
{
"id": 0,
"topic": "string",
"points": [
{
"name": "string",
"importance": 1,
"subtitles": [
{
"subtitle": "string",
"md": "string",
"raw_recognition": [
{
"start": 0,
"end": 0,
"text": "string"
}
]
}
],
"links": [
{
"name": "string",
"href": "string"
}
],
"summary": "string"
}
]
}
]
}'
{
"nodes": [
{
"idx": 0,
"name": "string",
"category": 0,
"size": 1,
"route": {
"id": 0,
"point": "string",
"subtitle": "string"
}
}
],
"categories": [
{
"idx": 0,
"name": "string"
}
],
"links": [
{
"source": "string",
"target": "string",
"weight": 1,
"isUserGenerated": false
}
]
}