curl --request POST \
--url https://app.aptlystar.ai/api/v1/bot/org/{org_id}/project/{project_id}/createBot \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"content": "<string>",
"type": "text",
"name": "<string>",
"embedding": "<string>",
"model": "<string>",
"maxDepth": 123,
"maxLinks": 123,
"options": {},
"team": "<string>",
"getprompt": "<string>",
"dataStore": [
"<any>"
]
}'
curl --request POST \
--url https://app.aptlystar.ai/api/v1/bot/org/{org_id}/project/{project_id}/createBot \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"content": "<string>",
"type": "text",
"name": "<string>",
"embedding": "<string>",
"model": "<string>",
"maxDepth": 123,
"maxLinks": 123,
"options": {},
"team": "<string>",
"getprompt": "<string>",
"dataStore": [
"<any>"
]
}'