API Reference/Execute
Execute Code
Send a TypeScript or JavaScript module, get the result
Request Body
application/jsonRequiredscriptRequiredstringThe JavaScript or TypeScript script to execute
configobjectResponse Body
200
Success
resultRequiredunknownThe return value of the default export of the script
logsRequiredarray<object>400
Error
errorRequiredstringlogsarray | null500
Internal server error
errorRequiredstringlogsarray | nullSuccess
Provision a wildcard certificate POST
Provisions a wildcard certificate for a verified domain This speeds up deploys on all subdomains of the domain. In order to use it, you must add the following record to your DNS config: `_acme-challenge.yourdomain.com` NS `dns.freestyle.sh`
Get information on execute run GET
Get information on execute run