Studio
Search Recipes
Runs a recipe search on the server and returns matching recipes. Pass q: "*" to browse (match all recipes the caller can access) instead of running a text search. Every search is restricted to recipes the caller collaborates on.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://api.bettermenu.live/studio/recipes/search" \ -H "Content-Type: application/json" \ -d '{ "q": "string" }'{
"results": [
{
"id": "string",
"name": "string",
"status": "string",
"updated_at": 0,
"score": 0
}
],
"total_found": 0,
"page": 0
}Empty
Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Empty