iva_documents
Convert documents to whiteboard pages, delete single or multiple documents, and list converted pages for video conferencing workflows.
Instructions
IVA user documents: convert document, delete single/multiple, list converted pages. Clients API v2.28.12.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results | |
| action | Yes | Operation to perform: - "convert": Convert a document to whiteboard pages (PDF/PPTX -> slides). Конвертировать документ в страницы доски. - "delete": Delete a single document. Удалить документ. - "delete_multiple": Delete multiple documents at once. Удалить несколько документов. - "get_pages": Get the list of converted pages for a document (with pagination). | |
| offset | No | Number of results to skip (pagination offset) | |
| confirm | No | Set to true to confirm destructive actions (delete, remove, stop, etc.) when IVA_CONFIRM_DESTRUCTIVE is enabled. | |
| documentId | No | Document UUID | |
| documentIds | No | Array of document UUIDs |