Skip to main content
Server path: /web-application | Type: Embedded | PCID required: No Deploy pre-built HTML to a shareable URL. Use for hosting web apps, interactive tools, and data-driven applications.

Tools

ToolDescription
web-application_deploy_web_appDeploy HTML to a shareable URL

web-application_deploy_web_app

Deploy an HTML application to a shareable URL. Include {{DATA_URL}} as a placeholder in html_content to inject external data — provide sdk_file_id or filestorage_id to resolve it. Parameters:
ParameterTypeRequiredDefaultDescription
html_contentstringYesComplete HTML content to deploy
collectionIdstringYesFilestorage collection to store the deployed file
sdk_file_idstringNoFile ID to resolve for the {{DATA_URL}} placeholder (expires ~15 min)
filestorage_idstringNoPreferred data source for the {{DATA_URL}} placeholder
output_filenamestringNo"web_app.html"Output filename for the deployed file
file_links_expire_in_daysnumber or "never"No7Link expiration in days (1–30) or "never"
Response fields:
FieldTypeDescription
successbooleanWhether the deployment succeeded
statusstringDeployment status
html_urlstringShareable URL for the deployed application
html_sizenumberSize of the deployed HTML in bytes
filenamestringName of the deployed file
idstringUnique identifier for the deployed file