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": [
"<any>"
]
}'
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": [
"<any>"
]
}'
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": [
"<any>"
]
}'
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": [
"<any>"
]
}'