curl --location --request POST 'https://api.aisearchapi.io/v1/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "string",
"messages": [
{
"role": "string",
"content": "string"
}
],
"response_type": "markdown",
"include_sources": true
}'
{
"answer": "string",
"meta": {
"response_type": "string",
"response_time": 0,
"sources": [
"string"
]
}
}