post
https://apis.elai.io/api/v1/videos/from-presentation/get-info
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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.
