curl --request POST \
--url https://app.aptlystar.ai/api/v1/bot/{id}/source/bulk \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '[
{
"content": "<string>",
"type": "text",
"maxDepth": 123,
"maxLinks": 123,
"options": {}
}
]'
curl --request POST \
--url https://app.aptlystar.ai/api/v1/bot/{id}/source/bulk \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '[
{
"content": "<string>",
"type": "text",
"maxDepth": 123,
"maxLinks": 123,
"options": {}
}
]'
The body is of type object[]
.