API reference

Slides

The parsed structure of an artifact — one entry per slide, with the stable `anchor_id` that comments pin to across versions.

Attributes

  • idstringrequired
  • objectstringrequired
  • artifactstringrequired
  • indexintegerrequired
  • anchor_idstringrequired
  • titlestring | nullrequired

List an artifact's slides

GET/v1/slides

Lists the slides of one artifact in index order. The `artifact` query param is required.

Requires an API key (bearer), scoped to the active org.

Query parameters

  • artifactstringrequired

Returns

  • 200The artifact's slides.

Failures use the standard error envelope with a closed set of codes.