curl --request POST \
--url https://app.aptlystar.ai/api/v1/bot/api \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '
{
"name": "<string>",
"embedding": "<string>",
"model": "<string>",
"question_generator_prompt": "<string>",
"system_prompt": "<string>",
"temperature": 123
}
'This response has no body data.curl --request POST \
--url https://app.aptlystar.ai/api/v1/bot/api \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '
{
"name": "<string>",
"embedding": "<string>",
"model": "<string>",
"question_generator_prompt": "<string>",
"system_prompt": "<string>",
"temperature": 123
}
'This response has no body data.Documentation Index
Fetch the complete documentation index at: https://docs.aptlystar.ai/llms.txt
Use this file to discover all available pages before exploring further.