ProPresenter

The ProPresenter action uses the ProPresenter HTTP API to automate show control from one action, letting you trigger and manipulate playlists, presentations, media, timers, props, screens, and more across supported platforms with live voice or command workflows. It supports both a structured command mode for approved ProPresenter endpoints and a raw request mode for fully custom HTTP calls.

Required Parameters

  • Host (required target host/address)
  • Port (numeric, constrained to 0...65535, default shown in action as 50001)
  • Use HTTPS (true/false, defaults to false)
  • Use Raw Request (true/false)
  • Raw Method (when Raw Request is enabled): GET, POST, PUT, DELETE
  • Raw Path (when Raw Request is enabled)
  • Command (when Raw Request is disabled; must be one of the built-in ProPresenter commands)
  • Body (JSON) (optional; used for POST/PUT, both in command mode and raw mode when present)
  • Command-specific path parameters required by the selected command (for example, id, index, uuid, playlist_id, etc.)

Commands

ProPresenter Raw HTTP Request

  • Sends a direct HTTP request using Raw Method + Raw Path instead of a built-in command.
  • Supports absolute URLs in Raw Path or path-based URLs resolved via Host + Port.
  • Body is sent as JSON when provided; if omitted, request sends with no payload.
  • Raw mode is separate from built-in command mode and not compatible with command selection.

GET /v1/announcement/active/focus

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/announcement/active/next/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/announcement/active/previous/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/announcement/active/timeline/{operation}

  • Requires path parameter(s): operation.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/announcement/active/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/announcement/active/{index}/trigger

  • Requires path parameter(s): index.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/audio/playlist/active/focus

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/audio/playlist/active/next/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/audio/playlist/active/previous/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/audio/playlist/active/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/audio/playlist/active/{id}/trigger

  • Requires path parameter(s): id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/audio/playlist/focused/next/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/audio/playlist/focused/previous/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/audio/playlist/focused/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/audio/playlist/focused/{id}/trigger

  • Requires path parameter(s): id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/audio/playlist/next/focus

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/audio/playlist/previous/focus

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/audio/playlist/{playlist_id}/focus

  • Requires path parameter(s): playlist_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/audio/playlist/{playlist_id}/next/trigger

  • Requires path parameter(s): playlist_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/audio/playlist/{playlist_id}/previous/trigger

  • Requires path parameter(s): playlist_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/audio/playlist/{playlist_id}/trigger

  • Requires path parameter(s): playlist_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/audio/playlist/{playlist_id}/{id}/trigger

  • Requires path parameter(s): playlist_id, id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/capture/{operation}

  • Requires path parameter(s): operation.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

DELETE /v1/clear/group/{id}

  • Requires path parameter(s): id.
  • HTTP method: DELETE. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/clear/group/{id}

  • Requires path parameter(s): id.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/clear/group/{id}/icon

  • Requires path parameter(s): id.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/clear/group/{id}/trigger

  • Requires path parameter(s): id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/clear/layer/{layer}

  • Requires path parameter(s): layer.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/library/{library_id}/{presentation_id}/trigger

  • Requires path parameter(s): library_id, presentation_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/library/{library_id}/{presentation_id}/{index}/trigger

  • Requires path parameter(s): library_id, presentation_id, index.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/look/current

  • No path parameters required.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

DELETE /v1/look/{id}

  • Requires path parameter(s): id.
  • HTTP method: DELETE. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/look/{id}

  • Requires path parameter(s): id.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/look/{id}/trigger

  • Requires path parameter(s): id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

POST /v1/looks

  • No path parameters required.
  • HTTP method: POST. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

DELETE /v1/macro/{id}

  • Requires path parameter(s): id.
  • HTTP method: DELETE. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/macro/{id}

  • Requires path parameter(s): id.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/macro/{id}/icon

  • Requires path parameter(s): id.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/macro/{id}/trigger

  • Requires path parameter(s): id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

DELETE /v1/macro_collection/{id}

  • Requires path parameter(s): id.
  • HTTP method: DELETE. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/macro_collection/{id}

  • Requires path parameter(s): id.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

POST /v1/macro_collections

  • No path parameters required.
  • HTTP method: POST. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/media/playlist/active/focus

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/media/playlist/active/next/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/media/playlist/active/previous/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/media/playlist/active/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/media/playlist/active/{media_id}/trigger

  • Requires path parameter(s): media_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/media/playlist/focused/next/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/media/playlist/focused/previous/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/media/playlist/focused/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/media/playlist/focused/{media_id}/trigger

  • Requires path parameter(s): media_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/media/playlist/next/focus

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/media/playlist/previous/focus

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/media/playlist/{playlist_id}/focus

  • Requires path parameter(s): playlist_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/media/playlist/{playlist_id}/next/trigger

  • Requires path parameter(s): playlist_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/media/playlist/{playlist_id}/previous/trigger

  • Requires path parameter(s): playlist_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/media/playlist/{playlist_id}/trigger

  • Requires path parameter(s): playlist_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/media/playlist/{playlist_id}/{media_id}/trigger

  • Requires path parameter(s): playlist_id, media_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

POST /v1/message/{id}/trigger

  • Requires path parameter(s): id.
  • HTTP method: POST. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

DELETE /v1/message/{id}

  • Requires path parameter(s): id.
  • HTTP method: DELETE. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/message/{id}

  • Requires path parameter(s): id.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/message/{id}/clear

  • Requires path parameter(s): id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

POST /v1/messages

  • No path parameters required.
  • HTTP method: POST. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/playlist/active/announcement/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/playlist/active/announcement/{index}/trigger

  • Requires path parameter(s): index.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/playlist/active/announcement/focus

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/playlist/active/presentation/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/playlist/active/presentation/{index}/trigger

  • Requires path parameter(s): index.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/playlist/active/presentation/focus

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/playlist/focused/next/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/playlist/focused/previous/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/playlist/focused/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/playlist/focused/{index}/trigger

  • Requires path parameter(s): index.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/playlist/next/focus

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/playlist/previous/focus

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

POST /v1/playlist/{playlist_id}

  • Requires path parameter(s): playlist_id.
  • HTTP method: POST. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/playlist/{playlist_id}

  • Requires path parameter(s): playlist_id.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/playlist/{playlist_id}/focus

  • Requires path parameter(s): playlist_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/playlist/{playlist_id}/next/trigger

  • Requires path parameter(s): playlist_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/playlist/{playlist_id}/previous/trigger

  • Requires path parameter(s): playlist_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/playlist/{playlist_id}/trigger

  • Requires path parameter(s): playlist_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/playlist/{playlist_id}/{index}/trigger

  • Requires path parameter(s): playlist_id, index.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/active/focus

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/active/group/{group_id}/trigger

  • Requires path parameter(s): group_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/active/next/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/active/previous/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/active/timeline/{operation}

  • Requires path parameter(s): operation.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/active/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/active/{index}/trigger

  • Requires path parameter(s): index.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/focused/group/{group_id}/trigger

  • Requires path parameter(s): group_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/focused/next/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/focused/previous/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/focused/timeline/{operation}

  • Requires path parameter(s): operation.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/focused/trigger

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/focused/{index}/trigger

  • Requires path parameter(s): index.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/next/focus

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/previous/focus

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/{uuid}/focus

  • Requires path parameter(s): uuid.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/{uuid}/group/{group_id}/trigger

  • Requires path parameter(s): uuid, group_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/{uuid}/next/trigger

  • Requires path parameter(s): uuid.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/{uuid}/previous/trigger

  • Requires path parameter(s): uuid.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/{uuid}/timeline/{operation}

  • Requires path parameter(s): uuid, operation.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/{uuid}/trigger

  • Requires path parameter(s): uuid.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/presentation/{uuid}/{index}/trigger

  • Requires path parameter(s): uuid, index.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

DELETE /v1/prop/{id}

  • Requires path parameter(s): id.
  • HTTP method: DELETE. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/prop/{id}

  • Requires path parameter(s): id.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/prop/{id}/auto_clear/pause

  • Requires path parameter(s): id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/prop/{id}/auto_clear/resume

  • Requires path parameter(s): id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/prop/{id}/clear

  • Requires path parameter(s): id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/prop/{id}/trigger

  • Requires path parameter(s): id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

DELETE /v1/prop_collection/{id}

  • Requires path parameter(s): id.
  • HTTP method: DELETE. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/prop_collection/{id}

  • Requires path parameter(s): id.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

POST /v1/prop_collections

  • No path parameters required.
  • HTTP method: POST. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

DELETE /v1/stage/layout/{id}

  • Requires path parameter(s): id.
  • HTTP method: DELETE. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/stage/layout_map

  • No path parameters required.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

DELETE /v1/stage/message

  • No path parameters required.
  • HTTP method: DELETE. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/stage/message

  • No path parameters required.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/stage/screen/{id}/layout/{layout_id}

  • Requires path parameter(s): id, layout_id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/status/audience_screens

  • No path parameters required.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/status/stage_screens

  • No path parameters required.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/theme/{id}/slides/{theme_slide}

  • Requires path parameter(s): id, theme_slide.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

DELETE /v1/timer/{id}

  • Requires path parameter(s): id.
  • HTTP method: DELETE. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/timer/{id}

  • Requires path parameter(s): id.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/timer/{id}/increment/{time}

  • Requires path parameter(s): id, time.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/timer/{id}/{operation}

  • Requires path parameter(s): id, operation.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/timer/{id}/{operation}

  • Requires path parameter(s): id, operation.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

POST /v1/timers

  • No path parameters required.
  • HTTP method: POST. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/timers/{operation}

  • Requires path parameter(s): operation.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

DELETE /v1/transport/{layer}/auto_advance

  • Requires path parameter(s): layer.
  • HTTP method: DELETE. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/transport/{layer}/go_to_end

  • Requires path parameter(s): layer.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/transport/{layer}/pause

  • Requires path parameter(s): layer.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/transport/{layer}/play

  • Requires path parameter(s): layer.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/transport/{layer}/skip_backward/{time}

  • Requires path parameter(s): layer, time.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/transport/{layer}/skip_forward/{time}

  • Requires path parameter(s): layer, time.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

PUT /v1/transport/{layer}/time

  • Requires path parameter(s): layer.
  • HTTP method: PUT. Body support: Yes (optional JSON body; sent only when provided).
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/trigger/audio/next

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/trigger/audio/previous

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/trigger/media/next

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/trigger/media/previous

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/trigger/next

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/trigger/previous

  • No path parameters required.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

GET /v1/video_inputs/{id}/trigger

  • Requires path parameter(s): id.
  • HTTP method: GET. Body support: No body.
  • Unsupported in raw mode: this command uses pre-defined ProPresenter endpoints only.

results matching ""

    No results matching ""