Create a poster from your own design
create_posterSave a custom poster design composed by you, with full control over every element, color, and font. Returns view, share, and edit links.
Instructions
Save a poster design that YOU (the assistant) composed as Ridvay design IR — you control every element, color, and font; Ridvay only stores, renders, and shares it. No Ridvay-side AI generation is involved. Call get_design_guide first for the IR format. Use generate_poster instead when Ridvay's AI should do the designing. Returns view/share/edit links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| share | No | Create an unlisted public share link (/d/…). Default true; set false to keep the design private to the account. | |
| design | Yes | The full design IR document (see get_design_guide): { version, type: "design", title, pages: [{ width, height, background, elements }] }. |