Version 8.3.8

Back | 

AddSlide

Adds an image slide to a presentation

URL Format

/ws/add_slide/api/{app_token}/apiv/{api_version}/account_token/{account_token}/presentationid/{presentationId}/assetid/{assetid}

Parameters

Name Req Type Description
api_token string The user app token.
apiv integer The api version; only version 5 supported.
account_token string The account token/uuid.
presentationId integer Presentation to add the image asset to
assetId integer The image asset id to be added to the presentation

Request Headers

Name

Possible Responses

  • 501 Asset Save
  • 507 Thumnail Created
  • 508 Metadata Created
  • 206 Invalid file type
  • 303 Invalid Id

Example Response

{"response":{"failure":{"code":102,"reason":"Invalid app token.","details":"","severity":"Error","dtstamp":"2024-11-21 19:21:13"}}}