POST
/
api
/
v1
/
bot
/
{id}
/
source
curl --request POST \
  --url https://app.aptlystar.ai/api/v1/bot/{id}/source \
  --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

*/*