Access Cookery's powerful recipe generation API for your applications.
0
Total API calls
100
Requests per day
Not configured
/api/v1/generate
Generate AI-powered recipes based on your prompt
/api/v1/recipes
Retrieve your saved recipes
/api/v1/status
Check API status and rate limits
1. Request an API key using the button above
2. Include your API key in the Authorization header
3. Make requests to our endpoints with your desired parameters
curl -X POST https://api.cookeryapp.com/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt": "chicken pasta", "quantity": 4}'