Apple Keynote · Capability

Apple Keynote iCloud API — Export

Apple Keynote iCloud API — Export. 1 operations. Lead operation: Apple Keynote Export Presentation. Self-contained Naftiko capability covering one Apple Keynote business surface.

Run with Naftiko Apple KeynoteExport

What You Can Do

POST
Exportpresentation — Apple Keynote Export Presentation
/v1/presentations/{presentationid}/export

MCP Tools

apple-keynote-export-presentation

Apple Keynote Export Presentation

Capability Spec

icloud-export.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apple Keynote iCloud API — Export
  description: 'Apple Keynote iCloud API — Export. 1 operations. Lead operation: Apple Keynote Export Presentation. Self-contained
    Naftiko capability covering one Apple Keynote business surface.'
  tags:
  - Apple Keynote
  - Export
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APPLE_KEYNOTE_API_KEY: APPLE_KEYNOTE_API_KEY
capability:
  consumes:
  - type: http
    namespace: icloud-export
    baseUri: https://p00-keynote.icloud.com
    description: Apple Keynote iCloud API — Export business capability. Self-contained, no shared references.
    resources:
    - name: presentations-presentationId-export
      path: /presentations/{presentationId}/export
      operations:
      - name: exportpresentation
        method: POST
        description: Apple Keynote Export Presentation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: icloud-export-rest
    port: 8080
    description: REST adapter for Apple Keynote iCloud API — Export. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/presentations/{presentationid}/export
      name: presentations-presentationid-export
      description: REST surface for presentations-presentationId-export.
      operations:
      - method: POST
        name: exportpresentation
        description: Apple Keynote Export Presentation
        call: icloud-export.exportpresentation
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: icloud-export-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apple Keynote iCloud API — Export. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: apple-keynote-export-presentation
      description: Apple Keynote Export Presentation
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: icloud-export.exportpresentation
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.