POST
/
api
/
v1
/
bot
/
{id}
/
source
/
bulk
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": {}
  }
]'

Headers

Authorization
string
required

Path Parameters

id
string
required

Body

*/* · object[]

The body is of type object[].