Skip to main content
POST
Generate Recipe

Authorizations

x-api-key
string
header
required

Body

application/json
prompt
string
required

The recipe prompt. This can either be a recipe name, description or a list of ingredients. The more details you provide, the better the recipe will be.

Required string length: 1 - 2500
Example:

"Cheesburger with Bacon"

language
enum<string>
default:en

The language to generate the recipe in

Available options:
en,
de,
es,
fr,
pt-BR,
ru,
nl,
it,
nb,
sv,
tr,
da
Example:

"en"

preference
string

Optional dietary preferences (e.g. 'vegetarian', 'vegan', 'gluten-free', 'dairy-free')

Response

Successfully generated recipe.

success
boolean
required
data
object
required