For AI agents: the complete documentation index is available at https://docs.flezise.com/llms.txt, the full documentation bundle is available at https://docs.flezise.com/llms-full.txt, and this page is available as Markdown at https://docs.flezise.com/artifacts/export.md.

Export an artifact

The Export option in the artifact overflow menu opens a list of available formats for the current artifact type. Clicking a format enqueues an export job; the row updates as the job progresses and shows a Download link when the file is ready.

The artifact overflow menu showing Export near the bottom of the action list

Available formats

Which formats appear depends on the artifact type.

Artifact familyFormats
Canvas types (design, deck, wireframe, brand kit, and similar)PDF, PNG, PPTX, ZIP, HTML
Text types (PRD, brief, spec, plan, and similar)PDF, Markdown

Canvas format descriptions shown in the export menu:

FormatMenu label
PNGFull-page screenshot
PPTXRaster slides, one per screen
ZIPDeveloper handoff bundle

The ZIP export includes a DESIGN-HANDOFF.md file with a screen inventory, navigation flow, and grouped design tokens.

PPTX slides are raster images, one per canvas screen. The resulting file is not editable as vector shapes in PowerPoint.

Requesting an export

Click a format row. The row switches to Requesting... while the server acknowledges the job, then to Exporting... while the Celery worker runs. When the job finishes, the row shows the file size, the age of the export, and a Download button.

The export persists so you can download the same file again without re-exporting. Re-exporting overwrites the previous record for that format.

Stalled and failed exports

If no result appears after three minutes, the row reports: "No response from the export worker. Try again." A failed export shows the error message from the worker and a Retry link.

Downloading

Press Download to save the file. The download is authorized: the request carries your session token, so direct URL access without authentication returns an error. Downloads go through the application, not a public storage URL.

Uploaded documents

For artifacts created by uploading a file, the overflow menu also shows Download original. This downloads the original file as uploaded, separate from any export.

Next steps