Apple Keynote · Example Payload

Apple Keynote Presentation Example

AppleDesigniWorkPresentationsProductivitySlides

Apple Keynote Presentation Example is an example object payload from Apple Keynote, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtitleslideCountthemecreatedDatemodifiedDateauthorslides

Example Payload

Raw ↑
{
  "id": "pres-001",
  "title": "Q4 Business Review",
  "slideCount": 24,
  "theme": "White",
  "createdDate": "2025-01-10T09:00:00Z",
  "modifiedDate": "2025-03-15T14:30:00Z",
  "author": "jsmith@example.com",
  "slides": [
    {
      "slideNumber": 1,
      "title": "Q4 Business Review",
      "layout": "Title - Center"
    }
  ]
}