Create a recipe
POST/recipes
Create a new recipe without specifying an ID (ID will be generated).
See Request Size Limits for the ingredient count cap that applies to this endpoint.
Request
Responses
- 201
- 400
- 401
- 413
Recipe created successfully
Response Headers
Location
URL of the created recipe
Bad request - malformed JSON or invalid content
No authorization - valid API key not provided
Payload too large - request exceeds a hard size limit. See Request Size Limits.