openai
Chat completion
post/openai/chat-completion/meal-plan
Request body
Example request
{
"prompt": "I am feeling",
"temperature": 0.7
}Response
successful operation
Example response
{
"finish_reason": "stop",
"text": "I am feeling great today"
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.