Account & History
manage_accountManage account billing, job history, and data controls. Submit feedback, configure webhooks, and delete jobs or assets irreversibly.
Instructions
Account info, billing, job history, feedback, and data controls. All free.
Actions: status (balance+plan), usage (spend breakdown), jobs (history), job (single job detail — slide jobs include quality_warnings[]; deck jobs add slides_completed/slides_failed/failed_slides[]), feedback (submit), onboarding (capabilities overview), webhooks/webhook_add/webhook_remove/webhook_test (register a push endpoint so you don't poll async jobs to terminal), download_url (mint a fresh short-TTL single-use PPTX download link for an owned job — use when a result carries no inline URL), security_status (retention + access-model + deletion posture), delete_job (irreversibly delete a job + all versions + their files)
Action delete_asset irreversibly deletes a user-owned uploaded/generated image asset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | HTTPS endpoint to receive events (for action=webhook_add). Must be public HTTPS (private/loopback rejected). | |
| days | No | Lookback period (for action=usage, default 30) | |
| slug | No | Report slug (for action=reports — returns one report's full metadata; omit to list all). | |
| limit | No | Max jobs (for action=jobs, default 10) | |
| action | Yes | Operation (required). reports → list report types; webhook_add registers a push endpoint instead of polling — see the url/events props. delete_job is irreversible. delete_asset is irreversible for user-owned image assets. | |
| detail | No | For action=status only: default false masks identity fields; true returns full email/user_id diagnostics for the authenticated user. | |
| events | No | Event types to subscribe to (for action=webhook_add; default all): job.completed, job.failed, deck.completed, deck.partial, deck.failed. | |
| job_id | No | Job ID (for action=job, action=download_url and action=delete_job) | |
| status | No | Filter (for action=jobs): queued/generating/complete/failed | |
| message | No | Feedback text (for action=feedback) | |
| asset_id | No | Image asset ID (for action=delete_asset). Logos are content-addressed/shared and are not deleted by this action. | |
| category | No | Feedback category (for action=feedback): bug/feature_request/quality/general | |
| webhook_id | No | Webhook subscription id (for action=webhook_remove / webhook_test). | |
| include_preview | No | Preview (for action=job) | |
| include_children | No | For action=jobs: include deck child slides (each carries parent_deck_id) so a deck's slides are discoverable by listing. Default false (parents only). Deck rows roll child cost up to the deck. |