Access your WordApps via API
inputs
and version
.
Inputs
Pass the inputs for this WordApp as a JSON object. The keys are the names of the inputs defined in the WordApp,
and the values are the actual values you want to use for those inputs.
For audio and image inputs you need to specify the type and provide a publicly accessible URL.
<major>.<minor>
, for example 1.0
.
You have to pass the version number you want to use. You can use the caret syntax like this to get the latest minor version: ^1.0
. We recommend you use this syntax when you build your APIs. Example:
Authorization
header. In a JavaScript fetch
request this looks like: