create_single_slide
Design a single AI-powered slide from a topic for hero slides, social media graphics, or one-off visuals. Faster than a full deck, returns a job ID to check status.
Instructions
Generate a single AI-designed slide from a topic. Use for hero slides, social-media graphics, or one-off visuals. For a full multi-slide deck, use create_presentation_from_topic. Returns a job ID; poll check_job_status until status is completed. Faster than full-deck generation (typically 20-40 seconds).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Subject of the slide. | |
| exportType | Yes | Output format. 'image' gives a PNG, 'pptx' an editable slide, 'share' a viewer URL. | |
| language | No | ISO 639-1 language code. Defaults to 'en'. | |
| domain | No | Company domain for branding context. | |
| target_audience | No | Audience profile. | |
| tone | No | Voice and register. | |
| callback_url | No | HTTPS webhook posted when the job finishes. |