Saved Searches
Create a saved search
curl --location --request POST 'https://api.clarifai.com/v2/searches/' \
--header 'Content-Type: application/json' \
--header 'Authorization: Key {{key}}' \
--data-raw '{
"searches": [{
"query": {
"ands": [{
"annotation":{
"annotation_info": {
"asset_set": ["set1", "set2"]
}
}
}]
},
"save": true,
"id": "dataset-1589318146",
"name": "Dataset #1589318146"
}]
}
'List saved searches in an app
Search by search ID
Last updated
Was this helpful?