Quickstart

From nothing to a recipe in three steps.

Get a key

Create an account, then create a key on your dashboard. Authentication covers the rest.

Read the response

Every result is a full recipe plus a score. Times are seconds, ingredients are parsed into quantities and names, and steps are numbered. This is the same object every recipe endpoint returns — see the recipe object.

When you only need a few fields, ask for them. The response then carries those, plus id and score:

curl 'https://api.tinyplates.dev/search?query=creamy+pasta&limit=3&fields=title,url,times' \
  -H 'Authorization: Bearer rd_your_api_key'

Where to go next