From ee68a3d6db4670ecee4afd06d58e43187ea02a1d Mon Sep 17 00:00:00 2001 From: Suraj Jha Date: Thu, 3 Jul 2025 16:33:01 +0545 Subject: [PATCH] Update using-presenton-api.mdx --- docs/using-presenton-api.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/using-presenton-api.mdx b/docs/using-presenton-api.mdx index 9b2243cb..bec2bb2c 100644 --- a/docs/using-presenton-api.mdx +++ b/docs/using-presenton-api.mdx @@ -17,12 +17,12 @@ Use this endpoint to generate a presentation from a prompt, outline, or uploaded | Field | Type | Required | Description | | ----------- | -------- | -------- | --------------------------------------------------------------------- | -| `prompt` | `string` | ✅ Yes | The main topic or subject for the presentation | -| `n_slides` | `int` | ❌ No | Number of slides (default: 8, min: 5, max: 15) | -| `language` | `string` | ❌ No | Language of the presentation (default: `English`) | -| `theme` | `string` | ❌ No | Theme of the presentation (e.g., `light`, `dark`, `royal_blue`, etc.) | -| `documents` | `file[]` | ❌ No | Optional files (PDF, PPTX, DOCX, TXT) to include | -| `export_as` | `string` | ❌ No | Export format: `pptx` or `pdf` (default: `pptx`) | +| `prompt` | `string` | Yes | The main topic or subject for the presentation | +| `n_slides` | `int` | No | Number of slides (default: 8, min: 5, max: 15) | +| `language` | `string` | No | Language of the presentation (default: `English`) | +| `theme` | `string` | No | Theme of the presentation (e.g., `light`, `dark`, `royal_blue`, etc.) | +| `documents` | `file[]` | No | Optional files (PDF, PPTX, DOCX, TXT) to include | +| `export_as` | `string` | No | Export format: `pptx` or `pdf` (default: `pptx`) | ### 📤 Example Request @@ -103,4 +103,4 @@ axios.post("http://localhost:5000/api/v1/ppt/generate/presentation", form, { - `royal_blue` - `faint_yellow` - `light_red` -- `dark_pink` \ No newline at end of file +- `dark_pink`