curl --request POST \ --url https://api.flashdocs.ai/v3/generate/outline/instructions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "prompt": "In a few slides, describe the recent Innovations in Renewable Energy. Discuss the foundational problems and key papers. Include specific examples.", "number_slides": 5}'
Copy
[ { "content_instruction": "Introduce the topic of renewable energy and its importance.", "layout_instruction": "Title slide with a background image." }]
Generate
Generate Text Outline Instructions
Generate a deck outline including content and layout instructions
POST
/
v3
/
generate
/
outline
/
instructions
Generate Text Outline Instructions
Copy
curl --request POST \ --url https://api.flashdocs.ai/v3/generate/outline/instructions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "prompt": "In a few slides, describe the recent Innovations in Renewable Energy. Discuss the foundational problems and key papers. Include specific examples.", "number_slides": 5}'
Copy
[ { "content_instruction": "Introduce the topic of renewable energy and its importance.", "layout_instruction": "Title slide with a background image." }]