Generate slides/convert story

Generate slides visuals from story texts

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Before rendering a video you need to generate visuals for your slides from the generated text.

🚧

Fix with an LLM

Set fixWithLlm to true and an LLM pass runs first: missing text is written, over-long speech
is shortened, and content is fitted to the slide layout. It needs LLM access on the account —
without it, or once the allowance is spent, the call answers 429 and no slides are generated.

This flag was previously documented as fixWithGpt, a name the handler never read.

curl -X POST 'https://apis.elai.io/api/v1/story/generate-slides/66a1f0c2b7cd13032a9c6002' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{ "fixWithLlm": true }'
Path Params
string
required

ID of your story, generated in previous steps.

Body Params
boolean
Defaults to false

Run an LLM pass over the video before converting it to slides: missing text is written, over-long speech is shortened, and content is fitted to the slide layout.

Requires LLM access on the account. Without it — or once the allowance is spent — the call answers 429 with a message explaining which, and no slides are generated.

Was documented as fixWithGpt, which the handler never read.

Responses

fixWithLlm is true.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json