Inspect a presentation before importing it

Uploads a PPTX/PDF and reports how many slides it has and how many of them have no speaker notes to use as speech — the pre-flight check before POST /videos/from-presentation.

Nothing is created and no minutes are consumed. Send the file as multipart/form-data under the field name file.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
curl -X POST 'https://apis.elai.io/api/v1/videos/from-presentation/get-info' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -F 'file=@/path/to/your/file'
{
  "totalSlidesCount": 14,
  "missingSlideSpeechCount": 3
}

Next: create-from-pptx — once the slide counts look right, import it.

Body Params
file
required

The presentation to inspect.

Responses

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