Napkin.AI · Arazzo Workflow
Generate a visual from text with Napkin AI
Version 1.0.0
Submit text to Napkin AI, poll the asynchronous request until it completes, then download each generated file (PNG/SVG/PDF/PPT).
View Spec
View on GitHub
CompanyAiVisualizationDiagramsChartsInfographicsPresentationsContent GenerationDesignDeveloper APIArazzoWorkflows
Provider
Workflows
generateVisualFromText
Create a visual request, poll to completion, and download the files.
The Napkin AI visual API is asynchronous. Create a request with text content, poll its status until completed or failed, then download each file listed in generated_files. Status and file URLs expire 30 minutes after generation.
1
createRequest
createVisualRequest
Create the asynchronous visual generation request.
2
pollStatus
getVisualRequestStatus
Poll the request status until it is completed.
3
downloadFile
downloadVisualFile
Download the first generated file. Repeat per entry in generated_files; download within the 30-minute expiry window.