docs(readme): corrects api endpoint and body
This commit is contained in:
parent
325ef1e66a
commit
725da454f3
2 changed files with 1 additions and 2 deletions
|
|
@ -155,12 +155,11 @@ Content-Type: `multipart/form-data`
|
|||
#### Example Request
|
||||
|
||||
```bash
|
||||
curl -X POST http://localhost:5000/api/v1/ppt/generate/presentation \
|
||||
curl -X POST http://localhost:5000/api/v1/ppt/presentation/generate \
|
||||
-F "prompt=Introduction to Machine Learning" \
|
||||
-F "n_slides=5" \
|
||||
-F "language=English" \
|
||||
-F "layout=general" \
|
||||
-F "theme=light" \
|
||||
-F "export_as=pptx"
|
||||
```
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Reference in a new issue