curl --request POST \
--url https://platform.thena.ai/v1/search/multi \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"searches": [
{
"collection": "tickets",
"q": "<string>",
"query_by": "<string>"
}
]
}'
Perform multiple searches across different collections
curl --request POST \
--url https://platform.thena.ai/v1/search/multi \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"searches": [
{
"collection": "tickets",
"q": "<string>",
"query_by": "<string>"
}
]
}'
Enter your API key