Skip to main content
For most use cases, the slideless pull command handles this endpoint for you — it fetches the manifest and iterates over assets automatically.

When to use

You’re writing a tool that pulls a presentation owned by you or shared with you as a dev collaborator. The endpoint streams one content-addressed blob at a time; pair it with GET /getPresentationVersion to get the manifest (path → sha256 mapping) first.

Endpoint

Authentication

The caller must be the owner or an active dev collaborator.

Query parameters

Response

200 OK streams the blob body. Content-Type matches the manifest entry. Supports HTTP Range requests (Accept-Ranges: bytes) — useful for large assets. The custom X-Slideless-Sha256 response header echoes the requested hash; the CLI uses it to confirm it got the blob it asked for.

Errors

Examples