curl --request POST \
--url https://app.aptlystar.ai/api/v1/bot/playground/{id}/stream \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '
{
"message": "<string>",
"queries": [
{
"labelName": "<string>",
"labelKey": "<string>",
"value": "<string>"
}
],
"history": "<array>"
}
'This response has no body data.curl --request POST \
--url https://app.aptlystar.ai/api/v1/bot/playground/{id}/stream \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '
{
"message": "<string>",
"queries": [
{
"labelName": "<string>",
"labelKey": "<string>",
"value": "<string>"
}
],
"history": "<array>"
}
'This response has no body data.