/
/RecipeSage API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 9h ago · Updated 9h ago
assistant2
clip2
discover9
images1
import18
jobs6
labelGroups4
labels10
mealPlans16
messages3
ml7
recipes18
  • postCreate a recipe
  • getFetch a single recipe by id
  • getCount the caller's recipes within a folder
  • postUpdate a recipe
  • postDelete a recipe
  • postDelete multiple recipes by id
  • postDelete every recipe that has at least one of the given labels
  • postDelete all recipes belonging to the caller
  • postList recipes for one or more users with filters and paging
  • getFetch up to 100 recipes by id
  • getList ids and updatedAt of every recipe visible to the caller
  • getList visible recipes as [id, updatedAt epoch ms] tuples for sync
  • postFull-text search over recipes
  • postSearch recipes ranked by how many of the provided ingredients they contain
  • getFind the caller's recipes that look similar to the supplied ones
  • getFind the caller's recipes that match a title exactly
  • getFind the caller's recipes that match a source URL exactly
  • getSuggest a non-conflicting title for a new recipe (e.g. 'Spaghetti (2)')
shoppingLists15
users26
    recipes

    Suggest a non-conflicting title for a new recipe (e.g. 'Spaghetti (2)')

    get/compat/v2/recipes/getUniqueRecipeTitle

    Query parameters

    ignoreIdsstring[]
    titlestring required

    Response

    Successful response

    string required

    Changes

    No recorded changes to this endpoint across all 1 revision of this API.