Adds an image slide to a presentation
/ws/add_slide/api/{app_token}/apiv/{api_version}/account_token/{account_token}/presentationid/{presentationId}/assetid/{assetid}
| 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 |
| Name |
|---|
{
"response": {
"failure": {
"code": 102,
"reason": "Invalid app token.",
"details": "",
"severity": "Error",
"dtstamp": "2025-11-02 17:07:17"
}
}
}